bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] stdbuf: fix a small typo in the --help output


From: Jim Meyering
Subject: Re: [PATCH] stdbuf: fix a small typo in the --help output
Date: Wed, 26 Aug 2009 13:28:23 +0200

Pádraig Brady wrote:
> diff --git a/src/stdbuf.c b/src/stdbuf.c
...
> -If MODE is `L' then corresponding stream will be line buffered.\n\
> +If MODE is `L' the corresponding stream will be line buffered.\n\
>  This option is invalid with standard input.\n"), stdout);
>        fputs (_("\n\
> -If MODE is `0' then corresponding stream will be unbuffered.\n\
> +If MODE is `0' the corresponding stream will be unbuffered.\n\

Looks fine.  Thanks.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]