From: Jim Meyering Date: Sun, 3 Nov 1996 03:16:23 +0000 (+0000) Subject: change bug-reporting address X-Git-Tag: TEXTUTILS-1_19q~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e5585410022bbe330b01e1d65e3f3c63bee1c1b;p=thirdparty%2Fcoreutils.git change bug-reporting address --- diff --git a/doc/textutils.texi b/doc/textutils.texi index c665c6edc2..ab100732a3 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 diff --git a/src/cat.c b/src/cat.c index 0dd19679f0..5a610c5bc7 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-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 a9ef57432c..2318d5b214 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 9e87f61681..4609a3be2d 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 95ad1b123e..b8713fe695 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); } diff --git a/src/cut.c b/src/cut.c index d0c30f5e1c..59711a01ea 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-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 1e2bca6148..eeb270b5e9 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); } diff --git a/src/fmt.c b/src/fmt.c index e74a3469fa..5dd05a35f0 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -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 39c7bde1ec..64a5d393af 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); }