Re: [PATCH] mke2fs: Simple man page nodiscard option correction
From: Lukas Czerner <hidden>
Date: 2011-02-16 10:38:35
From: Lukas Czerner <hidden>
Date: 2011-02-16 10:38:35
On Tue, 1 Feb 2011, Lukas Czerner wrote:
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"
ping