Properly sort 'sync' in the list of options passed to -o.

MFC after:	3 days
This commit is contained in:
John Baldwin 2007-11-27 20:37:16 +00:00
parent 23d34db956
commit ef37e89d5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173994

View File

@ -221,10 +221,6 @@ on the mounted file system.
The same as The same as
.Fl r ; .Fl r ;
mount the file system read-only (even the super-user may not write it). mount the file system read-only (even the super-user may not write it).
.It Cm sync
All
.Tn I/O
to the file system should be done synchronously.
.It Cm snapshot .It Cm snapshot
This option allows a snapshot of the specified file system to be taken. This option allows a snapshot of the specified file system to be taken.
The The
@ -310,6 +306,10 @@ Only UFS file systems support this option.
See See
.Xr chmod 2 .Xr chmod 2
for more information. for more information.
.It Cm sync
All
.Tn I/O
to the file system should be done synchronously.
.It Cm update .It Cm update
The same as The same as
.Fl u ; .Fl u ;