Use AUTHORS in place of string in parse_long_options call.
authorJim Meyering <jim@meyering.net>
Sat, 3 Apr 1999 05:26:48 +0000 (05:26 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 3 Apr 1999 05:26:48 +0000 (05:26 +0000)
26 files changed:
src/cat.c
src/cksum.c
src/comm.c
src/csplit.c
src/cut.c
src/expand.c
src/fmt.c
src/fold.c
src/head.c
src/join.c
src/md5sum.c
src/nl.c
src/od.c
src/paste.c
src/pr.c
src/ptx.c
src/sort.c
src/split.c
src/sum.c
src/tac.c
src/tail.c
src/tr.c
src/tsort.c
src/unexpand.c
src/uniq.c
src/wc.c

index abc8033..2f49d37 100644 (file)
--- a/src/cat.c
+++ b/src/cat.c
@@ -537,7 +537,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Torbjorn Granlund and Richard M. Stallman", usage);
+                     AUTHORS, usage);
 
   /* Parse command line options.  */
 
index 0e6baff..c49fdce 100644 (file)
@@ -293,7 +293,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Q. Frank Xia", usage);
+                     AUTHORS, usage);
 
   have_read_stdin = 0;
 
index c907e73..c7be39b 100644 (file)
@@ -220,7 +220,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Richard Stallman and David MacKenzie", usage);
+                     AUTHORS, usage);
 
   only_file_1 = 1;
   only_file_2 = 1;
index 2680d29..bc1bd58 100644 (file)
@@ -1378,7 +1378,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Stuart Kemp and David MacKenzie", usage);
+                     AUTHORS, usage);
 
   global_argv = argv;
   controls = NULL;
index e8443a9..90c4dbd 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -695,7 +695,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "David Ihnat, David MacKenzie, and Jim Meyering", usage);
+                     AUTHORS, usage);
 
   operating_mode = undefined_mode;
 
index 035a2db..e50d10c 100644 (file)
@@ -339,7 +339,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "David MacKenzie", usage);
+                     AUTHORS, usage);
 
   while ((c = getopt_long (argc, argv, "it:,0123456789", longopts, NULL)) != -1)
     {
index 73890de..2f8f355 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -316,7 +316,7 @@ main (register int argc, register char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Ross Paterson", usage);
+                     AUTHORS, usage);
 
   crown = tagged = split = uniform = FALSE;
   max_width = WIDTH;
index ed0221f..d1c6bf8 100644 (file)
@@ -242,7 +242,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "David MacKenzie", usage);
+                     AUTHORS, usage);
 
   break_spaces = count_bytes = have_read_stdin = 0;
 
index 91544ad..4c869ba 100644 (file)
@@ -267,7 +267,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "David MacKenzie", usage);
+                     AUTHORS, usage);
 
   have_read_stdin = 0;
 
index 1e38cb5..de9b162 100644 (file)
@@ -743,7 +743,7 @@ main (int argc, char **argv)
   uni_blank.nfields = 1;
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Mike Haertel", usage);
+                     AUTHORS, usage);
 
   nfiles = 0;
   print_pairables = 1;
index a30769a..f80b0eb 100644 (file)
@@ -478,7 +478,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Ulrich Drepper", usage);
+                     AUTHORS, usage);
 
   while ((opt = getopt_long (argc, argv, "bctw", long_options, NULL)) != -1)
     switch (opt)
index 4df5714..c2ba80a 100644 (file)
--- a/src/nl.c
+++ b/src/nl.c
@@ -451,7 +451,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Scott Bartram and David MacKenzie", usage);
+                     AUTHORS, usage);
 
   have_read_stdin = 0;
 
index 61c3d92..3280dd5 100644 (file)
--- a/src/od.c
+++ b/src/od.c
@@ -1599,7 +1599,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Jim Meyering", usage);
+                     AUTHORS, usage);
 
   err = 0;
 
index 9f4a2b8..465c872 100644 (file)
@@ -437,7 +437,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "David M. Ihnat", usage);
+                     AUTHORS, usage);
 
   have_read_stdin = 0;
   serial_merge = 0;
index 4de2064..871b25c 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
@@ -828,7 +828,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Pete TerMaat and Roland Huebner", usage);
+                     AUTHORS, usage);
 
   n_files = 0;
   file_names = (argc > 1
index f19f07f..93e73bb 100644 (file)
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -1969,7 +1969,7 @@ main (int argc, char **argv)
 #endif
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "François Pinard", usage);
+                     AUTHORS, usage);
 
   while (optchar = getopt_long (argc, argv, "ACF:GM:ORS:TW:b:i:fg:o:trw:",
                                long_options, NULL),
index 780717a..bce342d 100644 (file)
@@ -2531,7 +2531,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Mike Haertel", usage);
+                     AUTHORS, usage);
 
   have_read_stdin = 0;
   inittables ();
index 6d9de4d..74e08f8 100644 (file)
@@ -348,7 +348,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Torbjorn Granlund and Richard M. Stallman", usage);
+                     AUTHORS, usage);
 
   /* Parse command line options.  */
 
index a543d35..47524e4 100644 (file)
--- a/src/sum.c
+++ b/src/sum.c
@@ -215,7 +215,7 @@ main (int argc, char **argv)
   have_read_stdin = 0;
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Kayvan Aghaiepour and David MacKenzie", usage);
+                     AUTHORS, usage);
 
   while ((optc = getopt_long (argc, argv, "rs", longopts, NULL)) != -1)
     {
index d65a509..a88bfab 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -615,7 +615,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Jay Lepreau and David MacKenzie", usage);
+                     AUTHORS, usage);
 
   errors = 0;
   separator = "\n";
index 6fa4a23..2b24371 100644 (file)
@@ -40,7 +40,8 @@
 /* The official name of this program (e.g., no `g' prefix).  */
 #define PROGRAM_NAME "tail"
 
-#define AUTHORS "Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering"
+#define AUTHORS \
+  "Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering"
 
 #ifndef OFF_T_MIN
 # define OFF_T_MIN TYPE_MINIMUM (off_t)
@@ -1343,8 +1344,7 @@ main (int argc, char **argv)
   have_read_stdin = 0;
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-           "Paul Rubin, David MacKenzie, Ian Lance Taylor, and Jim Meyering",
-                     usage);
+                     AUTHORS, usage);
 
   {
     int found_obsolescent;
index 1576e17..ac8fb3c 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -1804,7 +1804,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Jim Meyering", usage);
+                     AUTHORS, usage);
 
   while ((c = getopt_long (argc, argv, "cdst", long_options, NULL)) != -1)
     {
index e4da143..05a3bc0 100644 (file)
@@ -462,7 +462,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Mark Kettenis", usage);
+                     AUTHORS, usage);
 
   while ((opt = getopt_long (argc, argv, "", long_options, NULL)) != -1)
     switch (opt)
index e649a6e..ed64437 100644 (file)
@@ -390,7 +390,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "David MacKenzie", usage);
+                     AUTHORS, usage);
 
   have_read_stdin = 0;
   exit_status = 0;
index 035efaf..26c6753 100644 (file)
@@ -290,7 +290,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Richard Stallman and David MacKenzie", usage);
+                     AUTHORS, usage);
 
   skip_chars = 0;
   skip_fields = 0;
index 87c3c55..886b448 100644 (file)
--- a/src/wc.c
+++ b/src/wc.c
@@ -303,7 +303,7 @@ main (int argc, char **argv)
   textdomain (PACKAGE);
 
   parse_long_options (argc, argv, PROGRAM_NAME, GNU_PACKAGE, VERSION,
-                     "Paul Rubin and David MacKenzie", usage);
+                     AUTHORS, usage);
 
   exit_status = 0;
   print_lines = print_words = print_chars = print_linelength = 0;