From: Eric Whitney Date: Mon, 13 Oct 2014 08:19:24 +0000 (-0400) Subject: mke2fs: fix man page discussion of usage type defaults X-Git-Tag: v1.42.13~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0745e7874182e0b995dcccbda56fb706acf4c3b7;p=thirdparty%2Fe2fsprogs.git mke2fs: fix man page discussion of usage type defaults The man page description of the file system size thresholds used by mke2fs to select a usage type when not otherwise specified by the -T switch does not match the code. Signed-off-by: Eric Whitney Signed-off-by: Theodore Ts'o --- diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index 50d10ecc7..1002eae96 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -675,11 +675,11 @@ using a comma separated list. If this option is is not specified, .B mke2fs will pick a single default usage type based on the size of the filesystem to -be created. If the filesystem size is less than or equal to 3 megabytes, +be created. If the filesystem size is less than 3 megabytes, .B mke2fs will use the filesystem type .IR floppy . -If the filesystem size is greater than 3 but less than or equal to +If the filesystem size is greater than or equal to 3 but less than 512 megabytes, .BR mke2fs (8) will use the filesystem type