[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100724220124.GO4032@pooh.frostnet.net>
Date: Sat, 24 Jul 2010 15:01:24 -0700
From: Chris Frost <chris@...stnet.net>
To: linux-ext4@...r.kernel.org
Subject: [PATCH] mke2fs.8.in: correct the sign of a block-size constraint.
Small but technical typo correction.
There may be more preferred mark ups (e.g., no space between the negative
sign and "block-sized") or expressions (e.g., absolute value instead of
negation).
Signed-off-by: Chris Frost <chris@...stnet.net>
---
misc/mke2fs.8.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
index 45a99f8..05cfe17 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in
@@ -177,7 +177,7 @@ is negative, then
.B mke2fs
will use heuristics to determine the
appropriate block size, with the constraint that the block size will be
-at least
+at least \-
.I block-size
bytes. This is useful for certain hardware devices which require that
the blocksize be a multiple of 2k.
--
1.7.0.4
--
Chris Frost
http://www.frostnet.net/chris/
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists