aboutsummaryrefslogtreecommitdiffstats
path: root/src/printenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/printenv.c')
-rw-r--r--src/printenv.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/printenv.c b/src/printenv.c
index fff1644ae..24b4d979b 100644
--- a/src/printenv.c
+++ b/src/printenv.c
@@ -41,7 +41,9 @@ enum { PRINTENV_FAILURE = 2 };
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "printenv"
-#define AUTHORS "David MacKenzie", "Richard Mlynarik"
+#define AUTHORS \
+ proper_name ("David MacKenzie"), \
+ proper_name ("Richard Mlynarik")
/* The name this program was run with. */
char *program_name;