From eaf58a8697926711efec9e494e810d3f6bfd3938 Mon Sep 17 00:00:00 2001 From: Christophe Blaess Date: Mon, 9 Jun 2008 11:32:19 +0200 Subject: [PATCH] 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 Signed-off-by: Karel Zak --- mount/mount.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount/mount.8 b/mount/mount.8 index 42d3e55e..65d33ba4 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 -- 2.39.5