diff options
author | jhb <jhb@FreeBSD.org> | 2007-11-27 20:37:16 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2007-11-27 20:37:16 +0000 |
commit | c9a2c275ccf2c629a31c7f18fe4af864695e1d70 (patch) | |
tree | fdd9289fa30ee0aee45341b14ff8fbbf5a31b533 /sbin/mount | |
parent | 7fe785218b409a5fce43a2ca79739e1599c71591 (diff) | |
download | FreeBSD-src-c9a2c275ccf2c629a31c7f18fe4af864695e1d70.zip FreeBSD-src-c9a2c275ccf2c629a31c7f18fe4af864695e1d70.tar.gz |
Properly sort 'sync' in the list of options passed to -o.
MFC after: 3 days
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 36d3a78..eba2873 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 ; |