Reduce fstab(5)/mount(8) confusion by changing the man pages to say "ro"

instead of "rdonly".  "rdonly" works for mount(8) and mount_std(8) but
not from /etc/fstab, whereas "ro" works for all mount_*(8) commands.
This commit is contained in:
Sean Chittenden 2003-10-22 18:25:49 +00:00
parent 3b1a779723
commit c80f12d0af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121349
2 changed files with 3 additions and 4 deletions

View File

@ -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.

View File

@ -71,8 +71,7 @@ A ``standard'' file system is one which:
accepts only the standard
.Fl o
options
.Dq ro
.Pq Dq rdonly ,
.Dq ro ,
.Dq rw ,
.Dq nodev ,
.Dq noexec ,