1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Update AUTHORS definition to be a comma-separated list of strings and/or update

the call to parse_long_options so that `AUTHORS, NULL' are the last parameters.
This commit is contained in:
Jim Meyering
2003-09-18 18:22:23 +00:00
parent 588291785c
commit 3280bf4b55
58 changed files with 66 additions and 66 deletions

View File

@@ -29,7 +29,7 @@
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "tee"
#define AUTHORS N_ ("Mike Parker, Richard M. Stallman, and David MacKenzie")
#define AUTHORS "Mike Parker", "Richard M. Stallman", "David MacKenzie"
static int tee (int nfiles, const char **files);