From: Stéphane Raimbault Date: Tue, 24 May 2011 15:17:02 +0000 (+0100) Subject: doc: add a missing space in timeout --help X-Git-Tag: v8.13~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ead32a9be9543af3f1b73080a7391c89b1d784b;p=thirdparty%2Fcoreutils.git doc: add a missing space in timeout --help * src/timeout.c (usage): Add a space to be consistent with other uses of "(the default)" in the documentation. Signed-off-by: Pádraig Brady --- diff --git a/src/timeout.c b/src/timeout.c index ea11c42b99..649e1768d5 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -148,8 +148,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ fputs (_("\n\ DURATION is an integer with an optional suffix:\n\ -`s' for seconds(the default), `m' for minutes, `h' for hours or `d' for days.\n\ -"), stdout); +`s' for seconds (the default), `m' for minutes, `h' for hours \ +or `d' for days.\n"), stdout); fputs (_("\n\ If the command times out, then exit with status 124. Otherwise, exit\n\