From: Petr Uzel Date: Fri, 1 Jul 2011 13:51:41 +0000 (+0200) Subject: mount: remove accidental extra word in ext4 documentation in mount.8 X-Git-Tag: v2.20-rc1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40d779c86f93453ebda75e65de74b235a01deb29;p=thirdparty%2Futil-linux.git 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 --- 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")