summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 76c811fd3..37b598717 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -38,7 +38,11 @@
#define PROGRAM_NAME "touch"
#define AUTHORS \
-"Paul Rubin", "Arnold Robbins, Jim Kingdon, David MacKenzie", "Randy Smith"
+ proper_name ("Paul Rubin"), \
+ proper_name ("Arnold Robbins"), \
+ proper_name ("Jim Kingdon"), \
+ proper_name ("David MacKenzie"), \
+ proper_name ("Randy Smith")
/* Bitmasks for `change_times'. */
#define CH_ATIME 1