From 7e0019b168241b4edb79cc454d00dfc3344df8c7 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 10 Aug 2008 20:04:40 +0200 Subject: kill: micro grammar nit in description of SIGNAL --- src/kill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/kill.c b/src/kill.c index 1fd495840..52cf5dad4 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); -- cgit v1.2.3-54-g00ecf