summaryrefslogtreecommitdiff
path: root/src/who.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/who.c')
-rw-r--r--src/who.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/who.c b/src/who.c
index 4d024cea4..6a39331cf 100644
--- a/src/who.c
+++ b/src/who.c
@@ -40,7 +40,10 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "who"
-#define AUTHORS "Joseph Arceneaux", "David MacKenzie", "Michael Stone"
+#define AUTHORS \
+ proper_name ("Joseph Arceneaux"), \
+ proper_name ("David MacKenzie"), \
+ proper_name ("Michael Stone")
#ifndef MAXHOSTNAMELEN
# define MAXHOSTNAMELEN 64