diff options
-rw-r--r-- | doc/textutils.texi | 2 | ||||
-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 |
9 files changed, 9 insertions, 9 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi index c665c6edc..ab100732a 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -150,7 +150,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 @samp{bug-textutils@@gnu.ai.mit.edu}. Remember +Please report bugs to @samp{textutils-bugs@@gnu.ai.mit.edu}. 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 @@ -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); } |