diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 04:43:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-10 04:43:24 +0000 |
commit | c5c08bfe642c3ffdd5d507e50ba96630c58e106a (patch) | |
tree | 70d347c0455ce234d6c9d4a777ed61a82d2eed2b /share | |
parent | c8bb1c41408e1e50db1299e25d76a6c92dc60206 (diff) |
doc auto/noauto option
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/fstab.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man5/fstab.5 b/share/man/man5/fstab.5 index 69ef368ba3e..60f5ab48bc9 100644 --- a/share/man/man5/fstab.5 +++ b/share/man/man5/fstab.5 @@ -124,6 +124,10 @@ It contains at least the type of mount (see below) plus any additional options appropriate to the filesystem type. .Pp +The option ``auto'' can be used in the ``noauto'' form to cause +a file system not to be mounted automatically (with ``mount -a'', +or system boot time). +.Pp If the options ``userquota'' and/or ``groupquota'' are specified, the filesystem is automatically processed by the .Xr quotacheck 8 |