From 899a90bfd951946003f3aa7932d0467de5d12c5f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Feb 1997 04:23:31 +0000 Subject: [PATCH] bracket bug address with <> and append a period --- 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/groups.sh | 2 +- src/hostname.c | 2 +- src/id.c | 2 +- src/logname.c | 2 +- src/nice.c | 2 +- src/nohup.sh | 2 +- src/pathchk.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/who-users.c | 4 ++-- src/whoami.c | 2 +- src/yes.c | 2 +- 29 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/basename.c b/src/basename.c index 6094c09..53e3584 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/chroot.c b/src/chroot.c index 6c53037..2574f4d 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/date.c b/src/date.c index b69019b..6371f62 100644 --- a/src/date.c +++ b/src/date.c @@ -418,7 +418,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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/dirname.c b/src/dirname.c index 9caf13d..3cced85 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/echo.c b/src/echo.c index 340cad3..8fd4950 100644 --- a/src/echo.c +++ b/src/echo.c @@ -91,7 +91,7 @@ Without -E, the following sequences are recognized and interpolated:\n\ \\t horizontal tab\n\ \\v vertical tab\n\ ")); - puts (_("\nReport bugs to sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/env.c b/src/env.c index c6c8ab6..3770663 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/expr.c b/src/expr.c index 54411ce..c8a0477 100644 --- a/src/expr.c +++ b/src/expr.c @@ -144,7 +144,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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/factor.c b/src/factor.c index 6735903..6c22f56 100644 --- a/src/factor.c +++ b/src/factor.c @@ -76,7 +76,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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/groups.sh b/src/groups.sh index 3553bd8..68ac963 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 sh-utils-bugs@gnu.ai.mit.edu" +Report bugs to ." case $# in 1 ) diff --git a/src/hostname.c b/src/hostname.c index 687d279..3906b04 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/id.c b/src/id.c index 23c4ad5..a9e1583 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/logname.c b/src/logname.c index c819736..d209af8 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/nice.c b/src/nice.c index d66950e..0f7c4a6 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/nohup.sh b/src/nohup.sh index cb1d782..3d9405d 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 sh-utils-bugs@gnu.ai.mit.edu" +Report bugs to ." if [ $# -eq 0 ]; then echo >&2 "$usage" diff --git a/src/pathchk.c b/src/pathchk.c index db8e234..c49728b 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/printenv.c b/src/printenv.c index ad548c4..fedf986 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/printf.c b/src/printf.c index 7ac13a5..be17ff0 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/pwd.c b/src/pwd.c index 81cf74c..9bd53f5 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/seq.c b/src/seq.c index a92c670..7762708 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/sleep.c b/src/sleep.c index 6ab1e02..3242cc6 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/stty.c b/src/stty.c index e216776..302e746 100644 --- a/src/stty.c +++ b/src/stty.c @@ -643,7 +643,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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/su.c b/src/su.c index 6c8a942..cc6e8d2 100644 --- a/src/su.c +++ b/src/su.c @@ -442,7 +442,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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/tee.c b/src/tee.c index e5946ee..56c911f 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/test.c b/src/test.c index cae7329..7b59bc8 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/tty.c b/src/tty.c index dfc72e5..fe7b405 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/uname.c b/src/uname.c index a648393..bc1728a 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/who-users.c b/src/who-users.c index 4bb76df..c029339 100644 --- a/src/who-users.c +++ b/src/who-users.c @@ -655,7 +655,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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } @@ -678,7 +678,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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/whoami.c b/src/whoami.c index 52b7b65..e530d1a 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } diff --git a/src/yes.c b/src/yes.c index 0b603de..d43e279 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 sh-utils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } -- 2.7.4