diff options
author | 2014-07-13 17:39:57 +0000 | |
---|---|---|
committer | 2014-07-13 17:39:57 +0000 | |
commit | a23815a3e9dbc3f6b9fe505a2969e0ae47b6f41c (patch) | |
tree | 5e58f52a6ce2cd41ee748ebae14708654c6bcd0a | |
parent | do not need malloc.h (diff) | |
download | wireguard-openbsd-a23815a3e9dbc3f6b9fe505a2969e0ae47b6f41c.tar.xz wireguard-openbsd-a23815a3e9dbc3f6b9fe505a2969e0ae47b6f41c.zip |
tweak previous;
-rw-r--r-- | share/man/man5/fstab.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index 5fef5c66949..36ec7ba2b73 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstab.5,v 1.50 2014/07/13 12:04:25 claudio Exp $ +.\" $OpenBSD: fstab.5,v 1.51 2014/07/13 17:39:57 jmc Exp $ .\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -151,10 +151,10 @@ a file system not to be mounted automatically (with or .Ic mount -a , or at system boot time). -Similar the option +Similarly, the option .Dq net can be used to cause a file system to be considered only if the -.Ar -N +.Fl N flag is passed to .Xr mount 8 or |