diff options
author | steve <steve@FreeBSD.org> | 1997-08-24 21:02:51 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1997-08-24 21:02:51 +0000 |
commit | 99d48d545adcc46707f43d98599d352fe3c16792 (patch) | |
tree | 93034739ccfce81f14e603ef907382b7f42b847e /sbin/mount/mount.8 | |
parent | 30f7c300787da5cd36c457b534171c77ea9ea74d (diff) | |
download | FreeBSD-src-99d48d545adcc46707f43d98599d352fe3c16792.zip FreeBSD-src-99d48d545adcc46707f43d98599d352fe3c16792.tar.gz |
Try to avoid mounting filesystems multiple times. Also while
I'm here do some -Wall cleaning.
PR: kern/1839
Reviewed and corrected by: joerg
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r-- | sbin/mount/mount.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index ca26529..4468340 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount.8 8.8 (Berkeley) 6/16/94 -.\" $Id: mount.8,v 1.16 1997/08/24 02:27:08 steve Exp $ +.\" $Id: mount.8,v 1.17 1997/08/24 17:51:12 joerg Exp $ .\" .Dd June 16, 1994 .Dt MOUNT 8 @@ -79,9 +79,11 @@ The options are as follows: All the filesystems described in .Xr fstab 5 are mounted. -Exceptions are those marked as ``noauto'' or are excluded by the +Exceptions are those marked as ``noauto'', excluded by the .Fl t -flag (see below). +flag (see below), or if they are already mounted (except the +root filesystem which is always remounted to preserve +traditional single user mode behavior). .It Fl d Causes everything to be done except for the actual system call. This option is useful in conjunction with the |