summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-31 22:05:10 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-12-31 22:05:10 +0000
commitb938aa6bdc11664b0ed15eb2bacd6007f484a94f (patch)
tree8b1e5070fe0afd98843c33d0bc277c958585b71a
parent11d190f09eb735e3e72ef4bd0a2b01a82ce51ae3 (diff)
Bring the manual in sync with reality: when using the -u flag, any
options in /etc/fstab are ignored; only the options specified in the mount command line are used.
-rw-r--r--sbin/mount/mount.816
1 files changed, 4 insertions, 12 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 6ed792a887b..de6ae63c602 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.8,v 1.25 2000/11/09 17:52:58 aaron Exp $
+.\" $OpenBSD: mount.8,v 1.26 2000/12/31 22:05:09 angelos Exp $
.\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -271,18 +271,10 @@ An attempt to change from read-write to read-only will fail if any
files on the filesystem are currently open for writing unless the
.Fl f
flag is also specified.
-The set of options is determined by first extracting the options
-for the file system from the
+The filesystem options are set to those specified in the command line.
+The options set in the
.Xr fstab 5
-table,
-then applying any options specified by the
-.Fl o
-argument,
-and finally applying the
-.Fl r
-or
-.Fl w
-option.
+table are ignored.
.It Fl v
Verbose mode.
.It Fl w