diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-08-27 22:30:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-08-27 22:30:24 +0000 |
commit | 9f791e87f7db54607afec7214c69cf50857499bb (patch) | |
tree | 201ec137996976f376fd36e5ac7ce59098e54aeb /sbin/mount/mount.8 | |
parent | 17c910fb52e38240e6162f587e1f2b1a509a5fc9 (diff) |
further tweak previous: use the same text for norw as ro; ok tedu
Diffstat (limited to 'sbin/mount/mount.8')
-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 |