summaryrefslogtreecommitdiff
path: root/src/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wc.c')
-rw-r--r--src/wc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wc.c b/src/wc.c
index ebbb5b337..0fd138d07 100644
--- a/src/wc.c
+++ b/src/wc.c
@@ -42,7 +42,9 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "wc"
-#define AUTHORS "Paul Rubin", "David MacKenzie"
+#define AUTHORS \
+ proper_name ("Paul Rubin"), \
+ proper_name ("David MacKenzie")
/* Size of atomic reads. */
#define BUFFER_SIZE (16 * 1024)