diff options
| author | Sean Chittenden <seanc@FreeBSD.org> | 2003-10-22 18:25:49 +0000 |
|---|---|---|
| committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-10-22 18:25:49 +0000 |
| commit | c80f12d0af4d1b24810e24600315ebff30396fec (patch) | |
| tree | a8389475afa4aa0c381950ebde8eb6d1f6aee5b7 /sbin/mount | |
| parent | 3b1a779723322906dcfbdda56ffdd29996bf0526 (diff) | |
Notes
Diffstat (limited to 'sbin/mount')
| -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 e0750c658fc95..486b17f5a0bd5 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -180,7 +180,7 @@ It is set automatically when the user does not have super-user privileges. .It Cm nosymfollow Do not follow symlinks on the mounted file system. -.It Cm rdonly +.It Cm ro The same as .Fl r ; mount the file system read-only (even the super-user may not write it). @@ -327,7 +327,7 @@ option. The file system is to be mounted read-only. Mount the file system read-only (even the super-user may not write it). The same as the -.Cm rdonly +.Cm ro argument to the .Fl o option. |
