diff mbox

mke2fs: fix man page discussion of usage type defaults

Message ID 20141002192451.GA2364@wallace
State Accepted, archived
Headers show

Commit Message

Eric Whitney Oct. 2, 2014, 7:24 p.m. UTC
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 <enwlinux@gmail.com>
---
 misc/mke2fs.8.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Theodore Ts'o Oct. 13, 2014, 8:19 a.m. UTC | #1
On Thu, Oct 02, 2014 at 03:24:52PM -0400, Eric Whitney wrote:
> 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 <enwlinux@gmail.com>

Thanks, applied.

					- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
index 88a8b86..aeb5caf 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in
@@ -705,11 +705,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