From 24a8bf2d3ebe538db51ab13aa6c296a3c7efbbb3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 19 Sep 1998 17:32:35 +0000 Subject: [PATCH] update bug-reporting address --- doc/sh-utils.texi | 2 +- src/basename.c | 2 +- src/chroot.c | 2 +- src/date.c | 2 +- src/dirname.c | 2 +- src/echo.c | 2 +- src/env.c | 2 +- src/expr.c | 2 +- src/factor.c | 2 +- src/hostid.c | 2 +- src/hostname.c | 2 +- src/id.c | 2 +- src/logname.c | 2 +- src/nice.c | 2 +- src/pathchk.c | 2 +- src/pinky.c | 2 +- src/printenv.c | 2 +- src/printf.c | 2 +- src/pwd.c | 2 +- src/seq.c | 2 +- src/sleep.c | 2 +- src/stty.c | 2 +- src/su.c | 2 +- src/tee.c | 2 +- src/test.c | 2 +- src/tty.c | 2 +- src/uname.c | 2 +- src/uptime.c | 2 +- src/users.c | 2 +- src/who.c | 2 +- src/whoami.c | 2 +- src/yes.c | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/doc/sh-utils.texi b/doc/sh-utils.texi index 89c83a2617..796d050eaf 100644 --- a/doc/sh-utils.texi +++ b/doc/sh-utils.texi @@ -166,7 +166,7 @@ The GNU shell utilities are mostly compatible with the 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{sh-utils-bugs@@gnu.org}. Remember +Please report bugs to @samp{bug-sh-utils@@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/basename.c b/src/basename.c index edcfd47f49..beb46d2ec7 100644 --- a/src/basename.c +++ b/src/basename.c @@ -59,7 +59,7 @@ If specified, also remove a trailing SUFFIX.\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); } diff --git a/src/chroot.c b/src/chroot.c index 9466b46c50..3298f3b61f 100644 --- a/src/chroot.c +++ b/src/chroot.c @@ -48,7 +48,7 @@ Run COMMAND with root directory set to NEWROOT.\n\ \n\ If no command is given, run ``${SHELL} -i'' (default: /bin/sh).\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/date.c b/src/date.c index 3e4612e0c5..75459684ca 100644 --- a/src/date.c +++ b/src/date.c @@ -481,7 +481,7 @@ the following modifiers between `%%' and a numeric directive.\n\ `-' (hyphen) do not pad the field\n\ `_' (underscore) pad the field with spaces\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/dirname.c b/src/dirname.c index 54a661695e..cd18d46054 100644 --- a/src/dirname.c +++ b/src/dirname.c @@ -50,7 +50,7 @@ output `.' (meaning the current directory).\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); } diff --git a/src/echo.c b/src/echo.c index 345070a877..d1d4f4c00f 100644 --- a/src/echo.c +++ b/src/echo.c @@ -92,7 +92,7 @@ Without -E, the following sequences are recognized and interpolated:\n\ \\t horizontal tab\n\ \\v vertical tab\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/env.c b/src/env.c index 9bde68daa3..668de61483 100644 --- a/src/env.c +++ b/src/env.c @@ -201,7 +201,7 @@ Set each NAME to VALUE in the environment and run COMMAND.\n\ \n\ A mere - implies -i. If no COMMAND, print the resulting environment.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/expr.c b/src/expr.c index abeae7e3e8..09d5527d59 100644 --- a/src/expr.c +++ b/src/expr.c @@ -148,7 +148,7 @@ Comparisons are arithmetic if both ARGs are numbers, else lexicographical.\n\ Pattern matches return the string matched between \\( and \\) or null; if\n\ \\( and \\) are not used, they return the number of characters matched or 0.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/factor.c b/src/factor.c index 843c58896b..5687b7790d 100644 --- a/src/factor.c +++ b/src/factor.c @@ -63,7 +63,7 @@ Print factors of each NUMBER; read standard input with no arguments.\n\ Print the prime factors of all specified integer NUMBERs. If no arguments\n\ are specified on the command line, they are read from standard input.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/hostid.c b/src/hostid.c index f7a31fa129..1b8cff5bca 100644 --- a/src/hostid.c +++ b/src/hostid.c @@ -47,7 +47,7 @@ Print the numeric identifier (in hexadecimal) for the current host.\n\ --version output version information and exit\n\ \n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/hostname.c b/src/hostname.c index 72fdaf67fd..0ff26fb1ac 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -67,7 +67,7 @@ Print the hostname of the current system.\n\ --version output version information and exit\n\ ") , program_name, program_name); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/id.c b/src/id.c index 9371a32d00..bd9297f0f1 100644 --- a/src/id.c +++ b/src/id.c @@ -383,7 +383,7 @@ Print information for USERNAME, or the current user.\n\ \n\ Without any OPTION, print some useful set of identified information.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/logname.c b/src/logname.c index 75a76ae3a2..d4f76e2cd3 100644 --- a/src/logname.c +++ b/src/logname.c @@ -53,7 +53,7 @@ Print the name of the current user.\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); } diff --git a/src/nice.c b/src/nice.c index ad5a028080..457cffa38d 100644 --- a/src/nice.c +++ b/src/nice.c @@ -205,7 +205,7 @@ by default. Range goes from -20 (highest priority) to 19 (lowest).\n\ -n, --adjustment=ADJUST same as -ADJUST\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); } diff --git a/src/pathchk.c b/src/pathchk.c index fe3b39cb15..90f0ce1055 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -366,7 +366,7 @@ Diagnose unportable constructs in NAME.\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); } diff --git a/src/pinky.c b/src/pinky.c index db230bf0b9..1a6ff3524a 100644 --- a/src/pinky.c +++ b/src/pinky.c @@ -425,7 +425,7 @@ usage (int status) \n\ The utmp file will be %s.\n\ "), UTMP_FILE); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/printenv.c b/src/printenv.c index 5ff7b2d5ba..b334d8e74b 100644 --- a/src/printenv.c +++ b/src/printenv.c @@ -67,7 +67,7 @@ If no environment VARIABLE specified, print them all.\n\ \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); } diff --git a/src/printf.c b/src/printf.c index be74033949..836937e16a 100644 --- a/src/printf.c +++ b/src/printf.c @@ -118,7 +118,7 @@ FORMAT controls the output as in C printf. Interpreted sequences are:\n\ and all C format specifications ending with one of diouxXfeEgGcs, with\n\ ARGUMENTs converted to proper type first. Variable widths are handled.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/pwd.c b/src/pwd.c index a3fb322622..73ec852eba 100644 --- a/src/pwd.c +++ b/src/pwd.c @@ -45,7 +45,7 @@ Print the full filename of the current working directory.\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); } diff --git a/src/seq.c b/src/seq.c index d1317a776b..47a18f655e 100644 --- a/src/seq.c +++ b/src/seq.c @@ -102,7 +102,7 @@ INCREMENT should be positive if FIRST is smaller than LAST, and negative\n\ otherwise. When given, the FORMAT argument must contain exactly one of\n\ the printf-style, floating point output formats %%e, %%f, or %%g.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/sleep.c b/src/sleep.c index 3180f83b2b..470b027592 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -56,7 +56,7 @@ SUFFIX may be s to keep seconds, m for minutes, h for hours or d for days.\n\ \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); } diff --git a/src/stty.c b/src/stty.c index 2237e5fdd4..268c87a1b5 100644 --- a/src/stty.c +++ b/src/stty.c @@ -654,7 +654,7 @@ prints baud rate, line discipline, and deviations from stty sane. In\n\ settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or\n\ 127; special values ^- or undef used to disable special characters.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/su.c b/src/su.c index 6f9c381af0..7585db1ec3 100644 --- a/src/su.c +++ b/src/su.c @@ -446,7 +446,7 @@ Change the effective user id and group id to that of USER.\n\ \n\ A mere - implies -l. If USER not given, assume root.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/tee.c b/src/tee.c index 87f31cc29f..302c4b7349 100644 --- a/src/tee.c +++ b/src/tee.c @@ -71,7 +71,7 @@ Copy standard input to each FILE, and also to standard output.\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); } diff --git a/src/test.c b/src/test.c index 542048dac5..2fc3f4d8ec 100644 --- a/src/test.c +++ b/src/test.c @@ -1048,7 +1048,7 @@ EXPRESSION is true or false and sets exit status. It is one of:\n\ Beware that parentheses need to be escaped (e.g., by backslashes) for shells.\n\ INTEGER may also be -l STRING, which evaluates to the length of STRING.\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/tty.c b/src/tty.c index a96faead2c..724f213808 100644 --- a/src/tty.c +++ b/src/tty.c @@ -125,7 +125,7 @@ Print the file name of the terminal connected to 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); } diff --git a/src/uname.c b/src/uname.c index f32b804eaa..2dd9634d7c 100644 --- a/src/uname.c +++ b/src/uname.c @@ -213,7 +213,7 @@ Print certain system information. With no OPTION, same as -s.\n\ -v print the operating system version\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); } diff --git a/src/uptime.c b/src/uptime.c index a0b7b8efb4..493ae1df5b 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -170,7 +170,7 @@ If FILE is not specified, use %s. %s as FILE is common.\n\ --help display this help and exit\n\ --version output version information and exit\n"), UTMP_FILE, WTMP_FILE); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/users.c b/src/users.c index 38eb6cd654..84f8b4e05d 100644 --- a/src/users.c +++ b/src/users.c @@ -121,7 +121,7 @@ If FILE is not specified, use %s. %s as FILE is common.\n\ --help display this help and exit\n\ --version output version information and exit\n"), UTMP_FILE, WTMP_FILE); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/who.c b/src/who.c index 59f14290c2..c9be13c25f 100644 --- a/src/who.c +++ b/src/who.c @@ -373,7 +373,7 @@ usage (int status) If FILE is not specified, use %s. %s as FILE is common.\n\ If ARG1 ARG2 given, -m presumed: `am i' or `mom likes' are usual.\n\ "), UTMP_FILE, WTMP_FILE); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/whoami.c b/src/whoami.c index 14037ef860..9936a85aff 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -57,7 +57,7 @@ Same as id -un.\n\ \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); } diff --git a/src/yes.c b/src/yes.c index bd9628f011..244e56af0e 100644 --- a/src/yes.c +++ b/src/yes.c @@ -42,7 +42,7 @@ Repeatedly output a line with all specified STRING(s), or `y'.\n\ \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); } -- 2.47.3