From 855a77a19704ef7e0acd542cce19a6e8ee07582d Mon Sep 17 00:00:00 2001 From: Lukas Czerner Date: Tue, 1 Feb 2011 17:56:41 +0100 Subject: [PATCH] mke2fs: Simple man page nodiscard option correction 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 Signed-off-by: Theodore Ts'o --- misc/mke2fs.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index c587d81..a3b0dd6 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.8.3.1