]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
kill: micro grammar nit in description of SIGNAL
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 10 Aug 2008 18:04:40 +0000 (20:04 +0200)
committerJim Meyering <meyering@redhat.com>
Tue, 12 Aug 2008 18:41:25 +0000 (20:41 +0200)
src/kill.c

index 1fd495840473f34b56710fe6cf096a0152f9495e..52cf5dad46b0650d6b275c1434c6cc1d7531d24f 100644 (file)
@@ -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);