diff options
author | 2016-08-27 22:30:23 +0000 | |
---|---|---|
committer | 2016-08-27 22:30:23 +0000 | |
commit | 2ff1581154c7c242013997001c3e15b6b79a7428 (patch) | |
tree | d3462b3732b74880970fac64042aa514e013c257 | |
parent | shorten the req text; (diff) | |
download | wireguard-openbsd-2ff1581154c7c242013997001c3e15b6b79a7428.tar.xz wireguard-openbsd-2ff1581154c7c242013997001c3e15b6b79a7428.zip |
further tweak previous: use the same text for norw as ro; ok tedu
-rw-r--r-- | sbin/mount/mount.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 2d5e7c7b33d..eddf0ffc189 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.82 2016/08/27 19:50:36 tedu Exp $ +.\" $OpenBSD: mount.8,v 1.83 2016/08/27 22:30:23 jmc Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -198,7 +198,7 @@ Do not allow execution of any binaries on the mounted file system. This option is useful for a server that has file systems containing binaries for architectures other than its own. .It norw -Another synonym for read-only. +An alias for rdonly. .It nosuid Do not allow set-user-identifier or set-group-identifier bits to take effect. .It rdonly |