From b71508075780cfb31258c006a2c6bf08b061d421 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 15 Sep 2011 14:24:37 -0400 Subject: [PATCH] mke2fs: use "extent" consistently as a feature name in the man page Addresses-Debian-Bug: #639411 Signed-off-by: "Theodore Ts'o" --- misc/mke2fs.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index a3b0dd64..bfd421e9 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