From: Jim Meyering Date: Sat, 19 Sep 1998 17:24:05 +0000 (+0000) Subject: update bug-reporting address X-Git-Tag: FILEUTILS-3_16z~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6880f434c04f7e5f49121554fdeb99bf52ba88dc;p=thirdparty%2Fcoreutils.git update bug-reporting address --- diff --git a/doc/textutils.texi b/doc/textutils.texi index cf9ec5bc99..29df611cd1 100644 --- a/doc/textutils.texi +++ b/doc/textutils.texi @@ -220,7 +220,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 @email{textutils-bugs@@gnu.org}. Remember +Please report bugs to @email{bug-textutils@@gnu.org}. 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 8420d71721..5d0bc01a74 100644 --- a/src/cat.c +++ b/src/cat.c @@ -102,7 +102,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 .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/cksum.c b/src/cksum.c index e34499f591..a8030e7dfa 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 .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/comm.c b/src/comm.c index 20e232a26c..ef27f81ddb 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 .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/csplit.c b/src/csplit.c index 685bfc19a6..fe007eb5f2 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -1531,7 +1531,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 .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/cut.c b/src/cut.c index 992d75e482..801e8b8e34 100644 --- a/src/cut.c +++ b/src/cut.c @@ -223,7 +223,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 .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/expand.c b/src/expand.c index a179ef8921..7e31e03f61 100644 --- a/src/expand.c +++ b/src/expand.c @@ -122,7 +122,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 .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/fmt.c b/src/fmt.c index 009abd13b3..f0f7108ee4 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -287,7 +287,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 .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/fold.c b/src/fold.c index 1ffe60ca25..a8699c66b1 100644 --- a/src/fold.c +++ b/src/fold.c @@ -75,7 +75,7 @@ standard output.\n\ -s, --spaces break at spaces\n\ -w, --width=WIDTH use WIDTH columns instead of 80\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/head.c b/src/head.c index 3052df1978..869e450f89 100644 --- a/src/head.c +++ b/src/head.c @@ -104,7 +104,7 @@ SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\ If -VALUE is used as first OPTION, read -c VALUE when one of\n\ multipliers bkm follows concatenated, else read -n VALUE.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/join.c b/src/join.c index d85e725e45..72264f3788 100644 --- a/src/join.c +++ b/src/join.c @@ -165,7 +165,7 @@ each being `SIDE.FIELD' or `0'. Default FORMAT outputs the join field,\n\ the remaining fields from FILE1, the remaining fields from FILE2, all\n\ separated by CHAR.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/md5sum.c b/src/md5sum.c index c889cc447d..b5834974fb 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -122,7 +122,7 @@ should be a former output of this program. The default mode is to print\n\ a line with checksum, a character indicating type (`*' for binary, ` ' for\n\ text), and name for each FILE.\n"), program_name, program_name, program_name); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); diff --git a/src/nl.c b/src/nl.c index 7f01e30703..c0f3500182 100644 --- a/src/nl.c +++ b/src/nl.c @@ -211,7 +211,7 @@ FORMAT is one of:\n\ rz right justified, leading zeros\n\ \n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/od.c b/src/od.c index 5cf92e77f2..5ab654732d 100644 --- a/src/od.c +++ b/src/od.c @@ -349,7 +349,7 @@ any type adds a display of printable characters to the end of each line\n\ of output. -s without a number implies 3. -w without a number implies 32.\n\ By default, od uses -A o -t d2 -w 16.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/paste.c b/src/paste.c index 9f9850972b..4136133c4d 100644 --- a/src/paste.c +++ b/src/paste.c @@ -422,7 +422,7 @@ With no FILE, or when FILE is -, read standard input.\n\ --version output version information and exit\n\ \n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/pr.c b/src/pr.c index 8541a2fa63..01ddef6083 100644 --- a/src/pr.c +++ b/src/pr.c @@ -2517,7 +2517,7 @@ Paginate or columnate FILE(s) for printing.\n\ -T implied by -l nn when nn <= 10 or <= 3 with -f. With no FILE, or when\n\ FILE is -, read standard input.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/sort.c b/src/sort.c index ce5aa15364..3446abdc9d 100644 --- a/src/sort.c +++ b/src/sort.c @@ -307,7 +307,7 @@ for that key. If no key given, use the entire line as key. With no\n\ FILE, or when FILE is -, read standard input.\n\ ") , DEFAULT_TMPDIR); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } /* Don't use EXIT_FAILURE here in case it is defined to be 1. POSIX requires that sort return 1 IFF invoked with -c and diff --git a/src/split.c b/src/split.c index a6624d9433..f6caacc8de 100644 --- a/src/split.c +++ b/src/split.c @@ -104,7 +104,7 @@ PREFIX is `x'. With no INPUT, or when INPUT is -, read standard input.\n\ \n\ SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/sum.c b/src/sum.c index de3dfe15ad..e3321d586b 100644 --- a/src/sum.c +++ b/src/sum.c @@ -73,7 +73,7 @@ Print checksum and block counts for each FILE.\n\ \n\ With no FILE, or when FILE is -, read standard input.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/tac.c b/src/tac.c index 1716fcc318..0aefe8d86b 100644 --- a/src/tac.c +++ b/src/tac.c @@ -131,7 +131,7 @@ With no FILE, or when FILE is -, read standard input.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/tail.c b/src/tail.c index bce47a3a8c..5d797dc9c3 100644 --- a/src/tail.c +++ b/src/tail.c @@ -181,7 +181,7 @@ or +VALUE is treated like -n VALUE or -n +VALUE unless VALUE has one of\n\ the [bkm] suffix multipliers, in which case it is treated like -c VALUE\n\ or -c +VALUE.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/tr.c b/src/tr.c index 831de3b4b9..49b7a228fe 100644 --- a/src/tr.c +++ b/src/tr.c @@ -381,7 +381,7 @@ only be used in pairs to specify case conversion. -s uses SET1 if not\n\ translating nor deleting; else squeezing uses SET2 and occurs after\n\ translation or deletion.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/unexpand.c b/src/unexpand.c index 42df105dd7..ebb875ce4d 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -369,7 +369,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 .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/uniq.c b/src/uniq.c index 2726112542..509c0315f6 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -119,7 +119,7 @@ standard input), writing to OUTPUT (or standard output).\n\ A field is a run of whitespace, then non-whitespace characters.\n\ Fields are skipped before chars.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } diff --git a/src/wc.c b/src/wc.c index 500958bdbf..3590bf54ae 100644 --- a/src/wc.c +++ b/src/wc.c @@ -94,7 +94,7 @@ read standard input.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); }