diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2014-07-13 12:04:26 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2014-07-13 12:04:26 +0000 |
commit | f14fa56db248701f43b6a2c069185d7c85562e25 (patch) | |
tree | 13f0966d9d6adf9ec87f67f0d10ef03d629eb3d7 | |
parent | f49e78dedd68c466e1134ec2603e7ec9ca4d2d2e (diff) |
Try to document new 'net' option that is a bit like 'noauto'.
-rw-r--r-- | share/man/man5/fstab.5 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index ed2885671f5..5fef5c66949 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstab.5,v 1.49 2014/06/27 06:01:40 jmc Exp $ +.\" $OpenBSD: fstab.5,v 1.50 2014/07/13 12:04:25 claudio Exp $ .\" $NetBSD: fstab.5,v 1.5.2.1 1995/11/16 20:11:11 pk Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)fstab.5 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: June 27 2014 $ +.Dd $Mdocdate: July 13 2014 $ .Dt FSTAB 5 .Os .Sh NAME @@ -151,6 +151,14 @@ a file system not to be mounted automatically (with or .Ic mount -a , or at system boot time). +Similar the option +.Dq net +can be used to cause a file system to be considered only if the +.Ar -N +flag is passed to +.Xr mount 8 +or +.Xr fsck 8 . .Pp If the options .Dq userquota |