summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-06-24 20:19:20 +0000
committerjmc <jmc@openbsd.org>2003-06-24 20:19:20 +0000
commitc6289b3dc107e573d34b71231c8906e4c81506da (patch)
tree9274aef11d927aa5a076b7ec72843d7796a50471
parentRevert the addition of the blanking code - it will corrupt displays after long (diff)
downloadwireguard-openbsd-c6289b3dc107e573d34b71231c8906e4c81506da.tar.xz
wireguard-openbsd-c6289b3dc107e573d34b71231c8906e4c81506da.zip
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.