summaryrefslogtreecommitdiff
path: root/src/kill.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-19 16:24:27 +0200
committerJim Meyering <meyering@redhat.com>2008-05-26 08:40:32 +0200
commitb69b4cca953a9a0a13edf026ea104d13dc956bd3 (patch)
treec015ee1d335da9c4d97c544da8c2f5bf8eac28f0 /src/kill.c
parent7855cbfcac867621c18d1fc85abe5332f6aae1ec (diff)
downloadcoreutils-b69b4cca953a9a0a13edf026ea104d13dc956bd3.tar.gz
convert single-author programs to use proper_name
g grep -E -l 'define AUTHORS "[^,]+"$'|xargs perl -pi -e \ 's/(define AUTHORS) ("[^,]+")$/$1 proper_name ($2)/'
Diffstat (limited to 'src/kill.c')
-rw-r--r--src/kill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kill.c b/src/kill.c
index 8d1a1c202..95e769777 100644
--- a/src/kill.c
+++ b/src/kill.c
@@ -39,7 +39,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "kill"
-#define AUTHORS "Paul Eggert"
+#define AUTHORS proper_name ("Paul Eggert")
#if ! (HAVE_DECL_STRSIGNAL || defined strsignal)
# if ! (HAVE_DECL_SYS_SIGLIST || defined sys_siglist)