summaryrefslogtreecommitdiffstats
path: root/mount/mount.8
diff options
context:
space:
mode:
authorChristophe Blaess2008-06-09 11:32:19 +0200
committerKarel Zak2008-06-09 12:29:08 +0200
commiteaf58a8697926711efec9e494e810d3f6bfd3938 (patch)
tree3786bf1a36b5bfad0480e41b0d72f55cbe9f3f91 /mount/mount.8
parentbuild-sys: release++ (diff)
downloadkernel-qcow2-util-linux-eaf58a8697926711efec9e494e810d3f6bfd3938.tar.gz
kernel-qcow2-util-linux-eaf58a8697926711efec9e494e810d3f6bfd3938.tar.xz
kernel-qcow2-util-linux-eaf58a8697926711efec9e494e810d3f6bfd3938.zip
mount: fix a small typo in mount.8
While working on french translation of the Linux Man Pages, I've found a small typo in mount.8. Only one wrong letter : the option "osyncis_o_sync" for XFS filesystem is erroneously replaced by "osyncis_d_sync" (the previous option). Signed-off-by: Christophe Blaess <Christophe@Blaess.fr> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/mount.8')
-rw-r--r--mount/mount.82
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/mount.8 b/mount/mount.8
index 42d3e55e3..65d33ba44 100644
--- a/mount/mount.8
+++ b/mount/mount.8
@@ -1949,7 +1949,7 @@ must be mounted read-only or the mount will fail.
Don't check for double mounted file systems using the file system uuid.
This is useful to mount LVM snapshot volumes.
.TP
-.B osyncisdsync
+.B osyncisosync
Make O_SYNC writes implement true O_SYNC. WITHOUT this option,
Linux XFS behaves as if an
.B osyncisdsync