]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
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 abc8033e2d2af36a902bee5f4e40052ff55185c6..2f49d3726f3cf27ebdfcae159234667f4d9153d8 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 0e6baff1c98d2a2dfbaa3af710fb8d32a3c8c054..c49fdce5cf0838e01429dd7c4ea002194f805781 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 c907e73ca7648ba7d198ee91e5f5423ed6b50f41..c7be39b1aba15a2269306ed2cf31c1cc4bc565a7 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 2680d29d5a49942f85d8d831a5d2dab69162de5f..bc1bd58e64fb9c941b63142026f3e310956ec4aa 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 e8443a9b8ddbe7251c3ea2104d93966771ab8d9a..90c4dbd8d84243a533a56da1a734ae24074af6f4 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 035a2dbd50735e0d791255c87c81b3276e2ed363..e50d10c8df177c4ec69175bea91eeeb0ba004b71 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 73890de155d425a77b79f02d85e1029ac4262c5c..2f8f355e9b13883a439f23521c9c5b1097b6c3cc 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 ed0221f1d0440c5bbda7580c1ad43df0fa878595..d1c6bf88dc184c77994728b6238d45db4afa634a 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 91544adaef793dee55a2ec570eba431283e45652..4c869baa1db615848be977a42970abf2683c1249 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 1e38cb5e7c59090a20c1ea2f1930d4fdcf5c9eb0..de9b1625baa7a586e918416011c784b797684102 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 a30769abb82a67cd98645805021f4488d1356467..f80b0ebeff1899d852ad39bc13e4371af33a94ef 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 4df57148524fc43c25ba18d29e6c554c174390de..c2ba80af032939a76a30e272ff89f7aa89fccbf6 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 61c3d924a5818fb473ddd51fb09743731f9eaabd..3280dd51696397e208fd7f1df53c6252ff16edf6 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 9f4a2b8633b47542045bdd9f82b09aef87a6131f..465c87205d2ff16149db71e37928b0806ab7570b 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 4de2064d881d0d872ccc735f8b7ea23ca19af002..871b25c1b364bd748286009b714f6f923b7d5998 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 f19f07f68499ba38cb74901f7b6e426553e78f85..93e73bbb560a69455327cc624979790bd6a2bba1 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 780717a6205e624b47f67201a3d6db7bbaa15a6e..bce342d2ed3c8e3524542d7728252c3fe1b04f8f 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 6d9de4ddb9b71b30e6b5532ce301c75396172217..74e08f81f16e91e9d7730bbd45fd88b704711692 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 a543d35f4731b2b9e02c5e9ff649310208f67c2f..47524e48333cea421002440042ea8efaeb5d163d 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 d65a50925b6b94163cf1c8042ca83f2a7dcf00aa..a88bfab6b3ffb4eb15241ddb02ebb0309d012079 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 6fa4a23dda15c4906a71bb4b7336fd29941de7e4..2b24371f891bbec9a74aaeb7b70adb733b649b42 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 1576e17655f2d79f5c02a2a385f399e8fde8465a..ac8fb3cc13cc6b47657b537b9edf04eeb0189211 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 e4da143574daa8bb15a131ebd94189dc78aea568..05a3bc0ebc9f986e590061cd4000f2e032af0b66 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 e649a6eb0120df632142caec687fd47e21f87a6d..ed6443751eb3d87ab7b318cd2645995a57e9af51 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 035efafad8531021c5d242c7773422db259aa3a6..26c6753bd34fa3020b9f44dedc057af23c81b10c 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 87c3c55b04e14201c404047a949e4c19477ebabd..886b4484a9c8918c28a60a60b18c9f870bd18838 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;