From ef37e89d5d147631320c4659d716130ec234d933 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Tue, 27 Nov 2007 20:37:16 +0000 Subject: Properly sort 'sync' in the list of options passed to -o. MFC after: 3 days --- sbin/mount/mount.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin') 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 ; -- cgit v1.2.3