From be2abe31fd4d500a7a320e4e0598fb8bf78db352 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 May 2008 16:26:25 +0200 Subject: convert 2-author programs to use proper_name g grep -E -l 'define AUTHORS "[^,]+", "[^,]+"$'|xargs perl -pi -e \ 's/(define AUTHORS) ("[^,]+"), ("[^,]+")$/$1 \\\n proper_name ($2), \\\n proper_name ($3)/' --- src/groups.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/groups.c') diff --git a/src/groups.c b/src/groups.c index baac7b931..f61e07ab0 100644 --- a/src/groups.c +++ b/src/groups.c @@ -35,7 +35,9 @@ char *program_name; /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "groups" -#define AUTHORS "David MacKenzie", "James Youngman" +#define AUTHORS \ + proper_name ("David MacKenzie"), \ + proper_name ("James Youngman") static struct option const longopts[] = -- cgit v1.2.3-54-g00ecf