bug-coreutils
[Top][All Lists]
Advanced

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

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


From: Pádraig Brady
Subject: [PATCH] stdbuf: fix a small typo in the --help output
Date: Wed, 26 Aug 2009 12:07:16 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

diff --git a/src/stdbuf.c b/src/stdbuf.c
index 5da9341..a3a58e5 100644
--- a/src/stdbuf.c
+++ b/src/stdbuf.c
@@ -108,10 +108,10 @@ Mandatory arguments to long options are mandatory for 
short options too.\n\
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
       fputs (_("\n\
-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\
 "), stdout);
       fputs (_("\n\
 Otherwise MODE is a number which may be followed by one of the following:\n\
-- 




reply via email to

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