]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
mount: remove accidental extra word in ext4 documentation in mount.8
authorPetr Uzel <petr.uzel@suse.cz>
Fri, 1 Jul 2011 13:51:41 +0000 (15:51 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 11 Jul 2011 09:55:33 +0000 (11:55 +0200)
Reported-by: Francis Russell <francis+dbts@unchartedbackwaters.co.uk>
Addresses: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599550
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
mount/mount.8

index 767ff51b1eb0ec886a35af43515a0778b60de23f..598280c640d65bf373faddde0ce0f060ba9976c5 100644 (file)
@@ -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")