]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
update bug-reporting address
authorJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 17:24:05 +0000 (17:24 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 19 Sep 1998 17:24:05 +0000 (17:24 +0000)
25 files changed:
doc/textutils.texi
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/sort.c
src/split.c
src/sum.c
src/tac.c
src/tail.c
src/tr.c
src/unexpand.c
src/uniq.c
src/wc.c

index cf9ec5bc9995b817839e3e38d1f1591046b2a0c4..29df611cd12e0cbaff06a1c353aabe3b5af1c389 100644 (file)
@@ -220,7 +220,7 @@ The GNU text utilities are mostly compatible with the @sc{POSIX.2} standard.
 @c This paragraph appears in all of fileutils.texi, textutils.texi, and
 @c sh-utils.texi too -- so be sure to keep them consistent.
 @cindex bugs, reporting
-Please report bugs to @email{textutils-bugs@@gnu.org}.  Remember
+Please report bugs to @email{bug-textutils@@gnu.org}.  Remember
 to include the version number, machine architecture, input files, and
 any other information needed to reproduce the bug: your input, what you
 expected, what you got, and why it is wrong.  Diffs are welcome, but
index 8420d717210d962ad744f48ebc3f3915a30a6f45..5d0bc01a744b70430d3ca1f2ecaf53da794d941c 100644 (file)
--- a/src/cat.c
+++ b/src/cat.c
@@ -102,7 +102,7 @@ Concatenate FILE(s), or standard input, to standard output.\n\
 \n\
 With no FILE, or when FILE is -, read standard input.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index e34499f5919c2372444cb41744e926456a654e23..a8030e7dfa4237c5990a780866d332b30f04406f 100644 (file)
@@ -275,7 +275,7 @@ Print CRC checksum and byte counts of each FILE.\n\
   --help      display this help and exit\n\
   --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 20e232a26c5f7c68b151401d3524e08098c486c9..ef27f81ddbea0d21befdfb5a8a857a4f6878198a 100644 (file)
@@ -78,7 +78,7 @@ Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n\
       --help      display this help and exit\n\
       --version   output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 685bfc19a683039348a11a4984551596d3fbb07f..fe007eb5f2329660afd57ccc23bb4f9bdf383607 100644 (file)
@@ -1531,7 +1531,7 @@ Read standard input if FILE is -.  Each PATTERN may be:\n\
 \n\
 A line OFFSET is a required `+' or `-' followed by a positive integer.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 992d75e48249d13db04070a4fc74903a5dc35e89..801e8b8e34f0da111387bf636db3873409351c42 100644 (file)
--- a/src/cut.c
+++ b/src/cut.c
@@ -223,7 +223,7 @@ range, or many ranges separated by commas.  Each range is one of:\n\
 \n\
 With no FILE, or when FILE is -, read standard input.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index a179ef892105308d8477d766a1bbfaa606da996b..7e31e03f6182ca91e1a313edf24644075f27d477 100644 (file)
@@ -122,7 +122,7 @@ With no FILE, or when FILE is -, read standard input.\n\
 \n\
 Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 009abd13b3bdeb57c900f25f8d0ccde943ffd0b4..f0f7108ee435bc65a1bfbf7c072718f78440c9a6 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -287,7 +287,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
 \n\
 In -wNUMBER, the letter `w' may be omitted.\n"),
             stdout);
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 1ffe60ca251f7095e97c3ec3659c321fe3c4d08e..a8699c66b1d1941d240637a4d71182b36c90b98e 100644 (file)
@@ -75,7 +75,7 @@ standard output.\n\
   -s, --spaces        break at spaces\n\
   -w, --width=WIDTH   use WIDTH columns instead of 80\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 3052df19785452a16b4ff0b73ce4ba127a1fb35c..869e450f8934706fb1b8e6727a911a1dc25681a3 100644 (file)
@@ -104,7 +104,7 @@ SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\
 If -VALUE is used as first OPTION, read -c VALUE when one of\n\
 multipliers bkm follows concatenated, else read -n VALUE.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index d85e725e453e8eca9f386ee501e1c9dd389a63ff..72264f3788ab88e2a0edb7915c75cb81938065a9 100644 (file)
@@ -165,7 +165,7 @@ each being `SIDE.FIELD' or `0'.  Default FORMAT outputs the join field,\n\
 the remaining fields from FILE1, the remaining fields from FILE2, all\n\
 separated by CHAR.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index c889cc447d464d5bf66dbe7ee08b68e427b8528a..b5834974fb9a2c44d66cc01c748c1974cf0301f5 100644 (file)
@@ -122,7 +122,7 @@ should be a former output of this program.  The default mode is to print\n\
 a line with checksum, a character indicating type (`*' for binary, ` ' for\n\
 text), and name for each FILE.\n"),
              program_name, program_name, program_name);
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
 
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
index 7f01e30703ff1f05689a50fa9a8813ddb8158c55..c0f35001820796e0ff4fc00aaf5fe11f765ad45c 100644 (file)
--- a/src/nl.c
+++ b/src/nl.c
@@ -211,7 +211,7 @@ FORMAT is one of:\n\
   rz   right justified, leading zeros\n\
 \n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 5cf92e77f2bc9c76b864f63afd744cc829520dfa..5ab654732db869eb67586366991e4c05070f68c6 100644 (file)
--- a/src/od.c
+++ b/src/od.c
@@ -349,7 +349,7 @@ any type adds a display of printable characters to the end of each line\n\
 of output.  -s without a number implies 3.  -w without a number implies 32.\n\
 By default, od uses -A o -t d2 -w 16.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 9f9850972b0ecdec2f923c9259fa0d0b58c2ff23..4136133c4d2b5c4b16c8790624b0e8ec2399b341 100644 (file)
@@ -422,7 +422,7 @@ With no FILE, or when FILE is -, read standard input.\n\
       --version           output version information and exit\n\
 \n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 8541a2fa633559493370a290536dc66563fd668a..01ddef60830906f4f8bb114c08a9646446f7a96b 100644 (file)
--- a/src/pr.c
+++ b/src/pr.c
@@ -2517,7 +2517,7 @@ Paginate or columnate FILE(s) for printing.\n\
 -T implied by -l nn when nn <= 10 or <= 3 with -f. With no FILE, or when\n\
 FILE is -, read standard input.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index ce5aa15364670dde50df1d8ca38945d136f82c91..3446abdc9d848c91fb48ae6129d5442170427ded 100644 (file)
@@ -307,7 +307,7 @@ for that key.  If no key given, use the entire line as key.  With no\n\
 FILE, or when FILE is -, read standard input.\n\
 ")
              , DEFAULT_TMPDIR);
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   /* Don't use EXIT_FAILURE here in case it is defined to be 1.
      POSIX requires that sort return 1 IFF invoked with -c and
index a6624d9433d499a3bdb19743310be9268946fe09..f6caacc8de8b2a50078d25f6cc3fd01e55bc2c64 100644 (file)
@@ -104,7 +104,7 @@ PREFIX is `x'.  With no INPUT, or when INPUT is -, read standard input.\n\
 \n\
 SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index de3dfe15ad65d24cfea05b44ba273db73149fdeb..e3321d586bba37761d4f47b4093a2a311cba0d8b 100644 (file)
--- a/src/sum.c
+++ b/src/sum.c
@@ -73,7 +73,7 @@ Print checksum and block counts for each FILE.\n\
 \n\
 With no FILE, or when FILE is -, read standard input.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 1716fcc318b2b1d35ef2e07a111bd890c0ba58c6..0aefe8d86ba1bb1f9acad03ee9bfbd32923ca454 100644 (file)
--- a/src/tac.c
+++ b/src/tac.c
@@ -131,7 +131,7 @@ With no FILE, or when FILE is -, read standard input.\n\
       --help               display this help and exit\n\
       --version            output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index bce47a3a8c60c0807d617d4bbf99918c96998b92..5d797dc9c31e58992340c94d539e3836b73e5140 100644 (file)
@@ -181,7 +181,7 @@ or +VALUE is treated like -n VALUE or -n +VALUE unless VALUE has one of\n\
 the [bkm] suffix multipliers, in which case it is treated like -c VALUE\n\
 or -c +VALUE.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 831de3b4b960c30a35efb459d8464578899e4a41..49b7a228fe8b7bce3fcbaf4ba2cafb8841b990fc 100644 (file)
--- a/src/tr.c
+++ b/src/tr.c
@@ -381,7 +381,7 @@ only be used in pairs to specify case conversion.  -s uses SET1 if not\n\
 translating nor deleting; else squeezing uses SET2 and occurs after\n\
 translation or deletion.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 42df105dd7ede584910658f4183e7b9243e45c25..ebb875ce4dadf27282060fc9ba677199fcc1897a 100644 (file)
@@ -369,7 +369,7 @@ With no FILE, or when FILE is -, read standard input.\n\
 \n\
 Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 272611254265337018e5a640386f44283ad79add..509c0315f6d37f7ac937851a6bd47f881bcee979 100644 (file)
@@ -119,7 +119,7 @@ standard input), writing to OUTPUT (or standard output).\n\
 A field is a run of whitespace, then non-whitespace characters.\n\
 Fields are skipped before chars.\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }
index 500958bdbf79197f7c2935b62d34c2a080cc54a7..3590bf54ae1c17bbd9cf080f55cc67b6a27b14b3 100644 (file)
--- a/src/wc.c
+++ b/src/wc.c
@@ -94,7 +94,7 @@ read standard input.\n\
       --help             display this help and exit\n\
       --version          output version information and exit\n\
 "));
-      puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+      puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
     }
   exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
 }