diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2016-08-27 19:50:37 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2016-08-27 19:50:37 +0000 |
commit | 807051cd0ea9cd5a911dc93e27ba5f26597e0bc5 (patch) | |
tree | 18ab5d3b237580f822e0127c420dcace9c0472d8 /sbin/mount/mount.8 | |
parent | 475bdb8d1b45896067adf3915fe85ba6a87851f0 (diff) |
for completeness, document (no)rw and ro options.
Diffstat (limited to 'sbin/mount/mount.8')
-rw-r--r-- | sbin/mount/mount.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 892dc21821a..2d5e7c7b33d 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.81 2016/07/14 17:34:06 jmc Exp $ +.\" $OpenBSD: mount.8,v 1.82 2016/08/27 19:50:36 tedu Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mount.8 8.7 (Berkeley) 3/27/94 .\" -.Dd $Mdocdate: July 14 2016 $ +.Dd $Mdocdate: August 27 2016 $ .Dt MOUNT 8 .Os .Sh NAME @@ -197,12 +197,16 @@ special devices for architectures other than its own. 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. .It nosuid Do not allow set-user-identifier or set-group-identifier bits to take effect. .It rdonly The same as .Fl r ; mount the file system read-only (even the superuser may not write it). +.It ro +An alias for rdonly. .It softdep (FFS only.) Mount the file system using soft dependencies. |