From: Theodore Ts'o Date: Thu, 15 Sep 2011 18:24:37 +0000 (-0400) Subject: mke2fs: use "extent" consistently as a feature name in the man page X-Git-Tag: v1.42-WIP-0916~9^2~3 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b71508075780cfb31258c006a2c6bf08b061d421;p=tools%2Fe2fsprogs.git mke2fs: use "extent" consistently as a feature name in the man page Addresses-Debian-Bug: #639411 Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index a3b0dd6..bfd421e 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -595,7 +595,7 @@ option is used to explicitly add or remove filesystem options that should be set in the newly created filesystem, the resulting filesystem may not be supported by the requested .IR fs-type . -(e.g., "\fBmke2fs \-t ext3 \-O extents /dev/sdXX\fR" will create a +(e.g., "\fBmke2fs \-t ext3 \-O extent /dev/sdXX\fR" will create a filesystem that is not supported by the ext3 implementation as found in the Linux kernel; and "\fBmke2fs \-t ext3 \-O ^has_journal /dev/hdXX\fR" will create a filesystem that does not have a journal and hence will not