diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-03 03:16:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-03 03:16:23 +0000 |
commit | 2e5585410022bbe330b01e1d65e3f3c63bee1c1b (patch) | |
tree | 9ff2c592bdf371415ce9d3374ba1048b4bf73a22 /src | |
parent | 8114f3fcdb152904ca4e47d1111d1dd330cc375e (diff) | |
download | coreutils-2e5585410022bbe330b01e1d65e3f3c63bee1c1b.tar.xz |
change bug-reporting address
Diffstat (limited to 'src')
-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 | ||||
-rw-r--r-- | src/expand.c | 2 | ||||
-rw-r--r-- | src/fmt.c | 2 | ||||
-rw-r--r-- | src/fold.c | 2 |
8 files changed, 8 insertions, 8 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-textutils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/cksum.c b/src/cksum.c index a9ef57432..2318d5b21 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-textutils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/comm.c b/src/comm.c index 9e87f6168..4609a3be2 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-textutils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/csplit.c b/src/csplit.c index 95ad1b123..b8713fe69 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-textutils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to textutils-bugs@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-textutils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/expand.c b/src/expand.c index 1e2bca614..eeb270b5e 100644 --- a/src/expand.c +++ b/src/expand.c @@ -128,7 +128,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 bug-textutils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } @@ -300,7 +300,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 bug-textutils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/fold.c b/src/fold.c index 39c7bde1e..64a5d393a 100644 --- a/src/fold.c +++ b/src/fold.c @@ -93,7 +93,7 @@ standard output.\n\ -s, --spaces break at spaces\n\ -w, --width=WIDTH use WIDTH columns instead of 80\n\ ")); - puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to textutils-bugs@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } |