summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2008-08-10 20:04:40 +0200
committerJim Meyering <meyering@redhat.com>2008-08-12 20:41:25 +0200
commit7e0019b168241b4edb79cc454d00dfc3344df8c7 (patch)
treeb26304de09d24fdad2c6d81cbb4a5f9b30f5d1d1 /src
parent64c25ed741c07a6b2c4f5a4f63160b528540f448 (diff)
downloadcoreutils-7e0019b168241b4edb79cc454d00dfc3344df8c7.tar.xz
kill: micro grammar nit in description of SIGNAL
Diffstat (limited to 'src')
-rw-r--r--src/kill.c2
1 files changed, 1 insertions, 1 deletions
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);