aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-11-27 20:37:16 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-11-27 20:37:16 +0000
commitef37e89d5d147631320c4659d716130ec234d933 (patch)
treefdd9289fa30ee0aee45341b14ff8fbbf5a31b533
parent23d34db9561ae19c2dbcd2c477fd0231e35e3118 (diff)
downloadsrc-ef37e89d5d147631320c4659d716130ec234d933.tar.gz
src-ef37e89d5d147631320c4659d716130ec234d933.zip
Properly sort 'sync' in the list of options passed to -o.
MFC after: 3 days
Notes
Notes: svn path=/head/; revision=173994
-rw-r--r--sbin/mount/mount.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 36d3a780b765..eba2873057db 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -221,10 +221,6 @@ on the mounted file system.
The same as
.Fl r ;
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
This option allows a snapshot of the specified file system to be taken.
The
@@ -310,6 +306,10 @@ Only UFS file systems support this option.
See
.Xr chmod 2
for more information.
+.It Cm sync
+All
+.Tn I/O
+to the file system should be done synchronously.
.It Cm update
The same as
.Fl u ;