From 40d779c86f93453ebda75e65de74b235a01deb29 Mon Sep 17 00:00:00 2001 From: Petr Uzel Date: Fri, 1 Jul 2011 15:51:41 +0200 Subject: [PATCH] mount: remove accidental extra word in ext4 documentation in mount.8 Reported-by: Francis Russell Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599550 Signed-off-by: Petr Uzel --- mount/mount.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount/mount.8 b/mount/mount.8 index 767ff51b1e..598280c640 100644 --- a/mount/mount.8 +++ b/mount/mount.8 @@ -1487,7 +1487,7 @@ debugging purposes. This is normally used while remounting a filesystem which is already mounted. .TP .BR auto_da_alloc | noauto_da_alloc -Many broken applications don't use fsync() when noauto_da_alloc +Many broken applications don't use fsync() when replacing existing files via patterns such as fd = open("foo.new")/write(fd,..)/close(fd)/ rename("foo.new", "foo") -- 2.47.2