From 17c0c658f11754f47161a7d953b8d87470054f19 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 2 Nov 1996 20:44:52 +0000 Subject: change bug-reporting address --- src/cat.c | 2 +- src/cksum.c | 2 +- src/comm.c | 2 +- src/csplit.c | 2 +- src/cut.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/cat.c b/src/cat.c index 6029dbfd6..0dd19679f 100644 --- a/src/cat.c +++ b/src/cat.c @@ -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); } diff --git a/src/cut.c b/src/cut.c index 7d6738637..d0c30f5e1 100644 --- a/src/cut.c +++ b/src/cut.c @@ -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); } -- cgit v1.2.3-54-g00ecf