From: Jim Meyering Date: Tue, 7 Oct 1997 23:51:39 +0000 (+0000) Subject: update bug-reporting address X-Git-Tag: TEXTUTILS-1_22c~292 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5db3c9bdb44965fcd9dd89648d5713f8c1630522;p=thirdparty%2Fcoreutils.git update bug-reporting address --- diff --git a/src/basename.c b/src/basename.c index b1a23e4f0e..edcfd47f49 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 26599c0ad6..9466b46c50 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 591264e5c8..18a9ece492 100644 --- a/src/date.c +++ b/src/date.c @@ -483,7 +483,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 27c8f56a01..54a661695e 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 47464acd99..345070a877 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 9bbacc8ae3..3ce5abe4d0 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 88933919d2..bbed1aeda4 100644 --- a/src/expr.c +++ b/src/expr.c @@ -150,7 +150,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 96cb32f734..38ae811846 100644 --- a/src/factor.c +++ b/src/factor.c @@ -75,7 +75,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/groups.sh b/src/groups.sh index be33f02a5f..af54e0effb 100755 --- a/src/groups.sh +++ b/src/groups.sh @@ -29,7 +29,7 @@ usage="Usage: $0 [OPTION]... [USERNAME]... Same as id -Gn. If no USERNAME, use current process. -Report bugs to ." +Report bugs to ." case $# in 1 ) diff --git a/src/hostid.c b/src/hostid.c index 716f6a4463..f7a31fa129 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 fb3704a9c6..024de972d7 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -68,7 +68,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 0fb2e8cf6d..1b9a19db4c 100644 --- a/src/id.c +++ b/src/id.c @@ -384,7 +384,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 02d77cc724..75a76ae3a2 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 a2d4d94a90..48f3735efa 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/nohup.sh b/src/nohup.sh index b4baa4d06d..d2674dcb24 100755 --- a/src/nohup.sh +++ b/src/nohup.sh @@ -33,7 +33,7 @@ usage_help="Run COMMAND, ignoring hangup signals. --help display this help and exit --version output version information and exit -Report bugs to ." +Report bugs to ." if [ $# -eq 0 ]; then echo >&2 "$usage" diff --git a/src/pathchk.c b/src/pathchk.c index a724ac1a60..bd5b556257 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -367,7 +367,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 1b0d061f06..491e856c17 100644 --- a/src/pinky.c +++ b/src/pinky.c @@ -426,7 +426,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 4f4eb8b4ae..5ff7b2d5ba 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 461a2e2af0..2ffedd0623 100644 --- a/src/printf.c +++ b/src/printf.c @@ -120,7 +120,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 568a7a0a33..a3fb322622 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 4a79fdd9d3..50633ce6ab 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 db6136464c..5e03cabbdd 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 678156eb26..06b1b93d28 100644 --- a/src/stty.c +++ b/src/stty.c @@ -645,7 +645,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 42b3061c80..c0110942ae 100644 --- a/src/su.c +++ b/src/su.c @@ -450,7 +450,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 c10c263b7c..a3de574f86 100644 --- a/src/tee.c +++ b/src/tee.c @@ -72,7 +72,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 1dc1c2de5a..9ebf6025fe 100644 --- a/src/test.c +++ b/src/test.c @@ -1035,7 +1035,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 fe3f04591c..976771b1d1 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 d3ed73fad7..510a74441e 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 b2e7cb6cd4..ed0c2aa3e1 100644 --- a/src/uptime.c +++ b/src/uptime.c @@ -168,7 +168,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 a3b72453c3..a3d6d7bf66 100644 --- a/src/users.c +++ b/src/users.c @@ -123,7 +123,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 9615cbe128..ff2f9f4adc 100644 --- a/src/who.c +++ b/src/who.c @@ -374,7 +374,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 a61901b410..14037ef860 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 d73b193893..bd9628f011 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); }