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 <lczerner@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html