diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-11-27 20:37:16 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-11-27 20:37:16 +0000 |
| commit | ef37e89d5d147631320c4659d716130ec234d933 (patch) | |
| tree | fdd9289fa30ee0aee45341b14ff8fbbf5a31b533 /sbin/mount | |
| parent | 23d34db9561ae19c2dbcd2c477fd0231e35e3118 (diff) | |
Notes
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 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 ; |
