summaryrefslogtreecommitdiff
path: root/src/pinky.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-19 16:28:14 +0200
committerJim Meyering <meyering@redhat.com>2008-05-26 08:40:33 +0200
commit74a106985afed8fbbd880baa9511d5c98b679064 (patch)
tree711b6406523040123d15c683823e2479075cab84 /src/pinky.c
parentbe2abe31fd4d500a7a320e4e0598fb8bf78db352 (diff)
downloadcoreutils-74a106985afed8fbbd880baa9511d5c98b679064.tar.xz
convert 3-author programs to use proper_name
g grep -E -l 'define AUTHORS "[^,]+", "[^,]+", "[^,]+"$'|xargs perl -pi -e \ 's/(define AUTHORS) ("[^,]+"), ("[^,]+"), ("[^,]+")$/$1 \\\n proper_name ($2), \\\n proper_name ($3), \\\n proper_name ($4)/'
Diffstat (limited to 'src/pinky.c')
-rw-r--r--src/pinky.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pinky.c b/src/pinky.c
index 760ae52c5..fd2bdb69c 100644
--- a/src/pinky.c
+++ b/src/pinky.c
@@ -33,7 +33,10 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "pinky"
-#define AUTHORS "Joseph Arceneaux", "David MacKenzie", "Kaveh Ghazi"
+#define AUTHORS \
+ proper_name ("Joseph Arceneaux"), \
+ proper_name ("David MacKenzie"), \
+ proper_name ("Kaveh Ghazi")
#ifndef MAXHOSTNAMELEN
# define MAXHOSTNAMELEN 64