summaryrefslogtreecommitdiff
path: root/src/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/uname.c')
-rw-r--r--src/uname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uname.c b/src/uname.c
index 5d04e6f88..a55f281df 100644
--- a/src/uname.c
+++ b/src/uname.c
@@ -58,7 +58,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME (uname_mode == UNAME_UNAME ? "uname" : "arch")
-#define AUTHORS "David MacKenzie"
+#define AUTHORS proper_name ("David MacKenzie")
#define ARCH_AUTHORS "David MacKenzie", "Karel Zak"
/* Values that are bitwise or'd into `toprint'. */