From: Benno Schulenberg Date: Sun, 10 Aug 2008 18:04:40 +0000 (+0200) Subject: kill: micro grammar nit in description of SIGNAL X-Git-Tag: v7.0~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e0019b168241b4edb79cc454d00dfc3344df8c7;p=thirdparty%2Fcoreutils.git kill: micro grammar nit in description of SIGNAL --- diff --git a/src/kill.c b/src/kill.c index 1fd4958404..52cf5dad46 100644 --- a/src/kill.c +++ b/src/kill.c @@ -107,7 +107,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ fputs (VERSION_OPTION_DESCRIPTION, stdout); fputs (_("\n\ SIGNAL may be a signal name like `HUP', or a signal number like `1',\n\ -or an exit status of a process terminated by a signal.\n\ +or the exit status of a process terminated by a signal.\n\ PID is an integer; if negative it identifies a process group.\n\ "), stdout); printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME);