diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-02 20:44:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-02 20:44:52 +0000 |
commit | 17c0c658f11754f47161a7d953b8d87470054f19 (patch) | |
tree | 159a6206903c37cd26231ebc1e4f68488dd34df0 | |
parent | b8e689dc67f219414801df5c398dbff1693f097f (diff) | |
download | coreutils-17c0c658f11754f47161a7d953b8d87470054f19.tar.xz |
change bug-reporting address
-rw-r--r-- | src/cat.c | 2 | ||||
-rw-r--r-- | src/cksum.c | 2 | ||||
-rw-r--r-- | src/comm.c | 2 | ||||
-rw-r--r-- | src/csplit.c | 2 | ||||
-rw-r--r-- | src/cut.c | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -104,7 +104,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 bug-gnu-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/cksum.c b/src/cksum.c index cf2e53647..a9ef57432 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -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 bug-gnu-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/comm.c b/src/comm.c index 8f52c1f24..9e87f6168 100644 --- a/src/comm.c +++ b/src/comm.c @@ -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 bug-gnu-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/csplit.c b/src/csplit.c index d41f1a7b5..95ad1b123 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -1586,7 +1586,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 bug-gnu-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } @@ -220,7 +220,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 bug-gnu-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } |