diff mbox

mke2fs: Simple man page nodiscard option correction

Message ID 1296579401-27203-1-git-send-email-lczerner@redhat.com
State Accepted, archived
Headers show

Commit Message

Lukas Czerner Feb. 1, 2011, 4:56 p.m. UTC
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@redhat.com>
---
 misc/mke2fs.8.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Lukas Czerner Feb. 16, 2011, 10:38 a.m. UTC | #1
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 <lczerner@redhat.com>
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Theodore Ts'o Feb. 21, 2011, 2:58 a.m. UTC | #2
Thanks, merged into the next branch.

-- Ted

On Tue, Feb 01, 2011 at 05:56:41PM +0100, 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 <lczerner@redhat.com>

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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"