diff options
author | dg <dg@FreeBSD.org> | 1995-08-26 05:39:53 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-08-26 05:39:53 +0000 |
commit | d28bf0579f66a4d927db9ffd520ea05d18d9c56f (patch) | |
tree | 14661357918d597c85dcb800dfc6c50545f4d9c6 /sbin/mount/mount.8 | |
parent | b87f24347cfdd195bc2e0e04f51487eae037c584 (diff) | |
download | FreeBSD-src-d28bf0579f66a4d927db9ffd520ea05d18d9c56f.zip FreeBSD-src-d28bf0579f66a4d927db9ffd520ea05d18d9c56f.tar.gz |
The changes for adding the "noauto" option were mostly wrong. MNT_NOAUTO
is a kernel flag, and the kernel definately doesn't need to know about
it.
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r-- | sbin/mount/mount.8 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 29a675d..7be6e13 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -108,11 +108,6 @@ The same as forces the revocation of write access when trying to downgrade a filesystem mount status from read-write to read-only. Also forces the R/W mount of an unclean filesystem (dangerous; use with caution). -.It noauto -Do not attempt to mount this filesystem when the -.Fl a -flag is specified. This allows you to have mount entries that can -be invoked manually when needed, but not before. .It nodev Do not interpret character or block special devices on the file system. This option is useful for a server that has file systems containing |