summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-19 16:26:25 +0200
committerJim Meyering <meyering@redhat.com>2008-05-26 08:40:33 +0200
commitbe2abe31fd4d500a7a320e4e0598fb8bf78db352 (patch)
tree29f881f89f8646b9148d705a6fa5f3ac35c7c819 /src/pr.c
parentb69b4cca953a9a0a13edf026ea104d13dc956bd3 (diff)
downloadcoreutils-be2abe31fd4d500a7a320e4e0598fb8bf78db352.tar.xz
convert 2-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)/'
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pr.c b/src/pr.c
index 14c9d22a1..ed2876a76 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -325,7 +325,9 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "pr"
-#define AUTHORS "Pete TerMaat", "Roland Huebner"
+#define AUTHORS \
+ proper_name ("Pete TerMaat"), \
+ proper_name ("Roland Huebner")
/* Used with start_position in the struct COLUMN described below.
If start_position == ANYWHERE, we aren't truncating columns and