summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-06-24 20:19:21 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-06-24 20:19:21 +0000
commit9a62e441b68ae3fee846d3b52fb004620b0996b9 (patch)
tree492b42bbd4a0f85de10c960c2dc43bc4e43348e6
parented3904ebe7a16294b13a9be31d2db6d33b5f5467 (diff)
clarify that -u only changes the options specified on the command line;
from henning on a mailing list somewhere; ok henning@
-rw-r--r--sbin/mount/mount.87
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 2c8366b8684..5c2a82d8a24 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.8,v 1.43 2003/06/17 07:06:34 jmc Exp $
+.\" $OpenBSD: mount.8,v 1.44 2003/06/24 20:19:20 jmc Exp $
.\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -284,7 +284,10 @@ An attempt to change from read-write to read-only will fail if any
files on the file system are currently open for writing unless the
.Fl f
flag is also specified.
-The file system options are set to those specified in the command line.
+Only options specified on the command line with
+.Fl o
+are changed;
+other file system options are unaltered.
The options set in the
.Xr fstab 5
table are ignored.