All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mke2fs: fix man page discussion of usage type defaults
@ 2014-10-02 19:24 Eric Whitney
  2014-10-13  8:19 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Whitney @ 2014-10-02 19:24 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso

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(-)

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
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mke2fs: fix man page discussion of usage type defaults
  2014-10-02 19:24 [PATCH] mke2fs: fix man page discussion of usage type defaults Eric Whitney
@ 2014-10-13  8:19 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2014-10-13  8:19 UTC (permalink / raw)
  To: Eric Whitney; +Cc: linux-ext4

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-13  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-02 19:24 [PATCH] mke2fs: fix man page discussion of usage type defaults Eric Whitney
2014-10-13  8:19 ` Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.