From: Theodore Ts'o Date: Fri, 21 Sep 2012 01:59:13 +0000 (-0400) Subject: mke2fs.8: use extents vs extent in the man page X-Git-Tag: v1.42.6~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802f46783cc272d21bb2a1652f26371dca3a1085;p=thirdparty%2Fe2fsprogs.git mke2fs.8: use extents vs extent in the man page We print "extents" for the feature, so we should document "extents" in the mke2fs's man page, even though we accept both "extent" and "extents". Addresses-Sourceforge-Bug: #3559210 Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 6d443a2ac..d4fbe00ce 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -519,11 +519,12 @@ pseudo-filesystem feature "none" will clear all filesystem features. .B dir_index Use hashed b-trees to speed up lookups in large directories. .TP -.B extent +.B extents Instead of using the indirect block scheme for storing the location of data blocks in an inode, use extents instead. This is a much more efficient encoding which speeds up filesystem access, especially for -large files. +large files. (Note: both extent and extents are accepted for +historical/backwards compatibility reasons.) .TP .B filetype Store file type information in directory entries.