[PATCH] mke2fs: Simple man page nodiscard option correction
From: Lukas Czerner <hidden>
Date: 2011-02-01 16:56:49
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Lukas Czerner <hidden>
Date: 2011-02-01 16:56:49
Subsystem:
the rest · Maintainer:
Linus Torvalds
It is not true that 'nodiscard' is set as default, so remove this sentence. The default is 'discard' and it is properly documented in man page. Signed-off-by: Lukas Czerner <redacted> --- 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 2eead17..4a3b0c3 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in@@ -247,7 +247,7 @@ zeroed. This significantly speeds up filesystem initialization. This is set as default. .TP .BI nodiscard -Do not attempt to discard blocks at mkfs time. This is the default. +Do not attempt to discard blocks at mkfs time. .RE .TP .BI \-f " fragment-size"
--
1.7.2.3