summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-02 09:09:10 +0000
committerJim Meyering <jim@meyering.net>2002-07-02 09:09:10 +0000
commit2ee11887cdda6e55f6aecf349e89667d7262844c (patch)
treef0217f5fc3fdee29c7dbc0498a599a085d5dbe97
parent6d0fe4dba555814ccfd35c9c224b1a7c7545ce22 (diff)
downloadcoreutils-2ee11887cdda6e55f6aecf349e89667d7262844c.tar.xz
(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
-rw-r--r--src/basename.c2
-rw-r--r--src/chroot.c2
-rw-r--r--src/date.c2
-rw-r--r--src/dirname.c2
-rw-r--r--src/echo.c2
-rw-r--r--src/env.c2
-rw-r--r--src/expr.c2
-rw-r--r--src/factor.c2
-rw-r--r--src/hostid.c2
-rw-r--r--src/hostname.c2
-rw-r--r--src/id.c2
-rw-r--r--src/kill.c2
-rw-r--r--src/logname.c2
-rw-r--r--src/nice.c2
-rw-r--r--src/pathchk.c2
-rw-r--r--src/pinky.c2
-rw-r--r--src/printenv.c2
-rw-r--r--src/printf.c2
-rw-r--r--src/pwd.c2
-rw-r--r--src/seq.c2
-rw-r--r--src/sleep.c2
-rw-r--r--src/stty.c2
-rw-r--r--src/su.c2
-rw-r--r--src/tee.c2
-rw-r--r--src/test.c2
-rw-r--r--src/true.c2
-rw-r--r--src/tty.c2
-rw-r--r--src/uname.c2
-rw-r--r--src/uptime.c2
-rw-r--r--src/users.c2
-rw-r--r--src/who.c2
-rw-r--r--src/whoami.c2
-rw-r--r--src/yes.c2
33 files changed, 33 insertions, 33 deletions
diff --git a/src/basename.c b/src/basename.c
index 8cd7400d9..139b9e90c 100644
--- a/src/basename.c
+++ b/src/basename.c
@@ -63,7 +63,7 @@ If specified, also remove a trailing SUFFIX.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/chroot.c b/src/chroot.c
index edc2da58e..760087587 100644
--- a/src/chroot.c
+++ b/src/chroot.c
@@ -56,7 +56,7 @@ Run COMMAND with root directory set to NEWROOT.\n\
\n\
If no command is given, run ``${SHELL} -i'' (default: /bin/sh).\n\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/date.c b/src/date.c
index 1c2c5e742..ca541b193 100644
--- a/src/date.c
+++ b/src/date.c
@@ -214,7 +214,7 @@ the following modifiers between `%' and a numeric directive.\n\
`-' (hyphen) do not pad the field\n\
`_' (underscore) pad the field with spaces\n\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/dirname.c b/src/dirname.c
index ff6e617e3..6dfb0b340 100644
--- a/src/dirname.c
+++ b/src/dirname.c
@@ -55,7 +55,7 @@ output `.' (meaning the current directory).\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/echo.c b/src/echo.c
index 8dbe53b75..929f10106 100644
--- a/src/echo.c
+++ b/src/echo.c
@@ -102,7 +102,7 @@ Without -E, the following sequences are recognized and interpolated:\n\
\\t horizontal tab\n\
\\v vertical tab\n\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/env.c b/src/env.c
index e96c97c47..59bd03839 100644
--- a/src/env.c
+++ b/src/env.c
@@ -131,7 +131,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\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/expr.c b/src/expr.c
index fc61dd821..18000705d 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -145,7 +145,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\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/factor.c b/src/factor.c
index 52f0ee939..491f406f2 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -87,7 +87,7 @@ Print the prime factors of each NUMBER.\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\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/hostid.c b/src/hostid.c
index 744d7edb5..21bbde7c6 100644
--- a/src/hostid.c
+++ b/src/hostid.c
@@ -54,7 +54,7 @@ Print the numeric identifier (in hexadecimal) for the current host.\n\
program_name, program_name);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/hostname.c b/src/hostname.c
index 2171ff053..fe4aeb682 100644
--- a/src/hostname.c
+++ b/src/hostname.c
@@ -73,7 +73,7 @@ Print or set the hostname of the current system.\n\
program_name, program_name);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/id.c b/src/id.c
index 972d10206..a4a2207d7 100644
--- a/src/id.c
+++ b/src/id.c
@@ -101,7 +101,7 @@ Print information for USERNAME, or the current user.\n\
\n\
Without any OPTION, print some useful set of identified information.\n\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/kill.c b/src/kill.c
index 38da475ae..5f22a4fa8 100644
--- a/src/kill.c
+++ b/src/kill.c
@@ -116,7 +116,7 @@ SIGNAL may be a signal name like `HUP', or a signal number like `1',\n\
or an exit status of a process terminated by a signal.\n\
PID is an integer; if negative it identifies a process group.\n\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/logname.c b/src/logname.c
index 0d3fcf2d3..b3fe3eb17 100644
--- a/src/logname.c
+++ b/src/logname.c
@@ -52,7 +52,7 @@ Print the name of the current user.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/nice.c b/src/nice.c
index 9d2099acf..c7ff18d41 100644
--- a/src/nice.c
+++ b/src/nice.c
@@ -74,7 +74,7 @@ by default. Range goes from -20 (highest priority) to 19 (lowest).\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/pathchk.c b/src/pathchk.c
index 3722b438c..fa81b1b68 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -145,7 +145,7 @@ Diagnose unportable constructs in NAME.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/pinky.c b/src/pinky.c
index 8df3cfb13..6377d483b 100644
--- a/src/pinky.c
+++ b/src/pinky.c
@@ -489,7 +489,7 @@ usage (int status)
A lightweight `finger' program; print user information.\n\
The utmp file will be %s.\n\
"), UTMP_FILE);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/printenv.c b/src/printenv.c
index a8526c669..68608e113 100644
--- a/src/printenv.c
+++ b/src/printenv.c
@@ -69,7 +69,7 @@ If no environment VARIABLE specified, print them all.\n\
program_name, program_name);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/printf.c b/src/printf.c
index d4fa81df6..8496446dc 100644
--- a/src/printf.c
+++ b/src/printf.c
@@ -138,7 +138,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\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/pwd.c b/src/pwd.c
index ff0a8e06b..7b941132c 100644
--- a/src/pwd.c
+++ b/src/pwd.c
@@ -51,7 +51,7 @@ Print the full filename of the current working directory.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/seq.c b/src/seq.c
index d152809bb..6acb6115d 100644
--- a/src/seq.c
+++ b/src/seq.c
@@ -101,7 +101,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, %g\n\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/sleep.c b/src/sleep.c
index f76ee4077..57be102de 100644
--- a/src/sleep.c
+++ b/src/sleep.c
@@ -80,7 +80,7 @@ point number.\n\
program_name, program_name);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/stty.c b/src/stty.c
index 632c3c468..3fe28c0e2 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -708,7 +708,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\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/su.c b/src/su.c
index 563489c53..65bb8b3fc 100644
--- a/src/su.c
+++ b/src/su.c
@@ -447,7 +447,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\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
close_stdout ();
}
exit (status);
diff --git a/src/tee.c b/src/tee.c
index d36967885..c71797a47 100644
--- a/src/tee.c
+++ b/src/tee.c
@@ -69,7 +69,7 @@ Copy standard input to each FILE, and also to standard output.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/test.c b/src/test.c
index 04ca2a21b..f7b16f27c 100644
--- a/src/test.c
+++ b/src/test.c
@@ -1064,7 +1064,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\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/true.c b/src/true.c
index c4a42dbcf..004b77ef6 100644
--- a/src/true.c
+++ b/src/true.c
@@ -25,7 +25,7 @@ These option names may not be abbreviated.\n\
program_name, program_name);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
exit (status);
}
diff --git a/src/tty.c b/src/tty.c
index bc988ebca..d61961c01 100644
--- a/src/tty.c
+++ b/src/tty.c
@@ -67,7 +67,7 @@ Print the file name of the terminal connected to standard input.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/uname.c b/src/uname.c
index 834466921..7b91f8af1 100644
--- a/src/uname.c
+++ b/src/uname.c
@@ -110,7 +110,7 @@ Print certain system information. With no OPTION, same as -s.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/uptime.c b/src/uptime.c
index a684fa3dd..ce39fead0 100644
--- a/src/uptime.c
+++ b/src/uptime.c
@@ -182,7 +182,7 @@ If FILE is not specified, use %s. %s as FILE is common.\n\
UTMP_FILE, WTMP_FILE);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/users.c b/src/users.c
index 5a1bf1f72..6067724c6 100644
--- a/src/users.c
+++ b/src/users.c
@@ -124,7 +124,7 @@ If FILE is not specified, use %s. %s as FILE is common.\n\
UTMP_FILE, WTMP_FILE);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/who.c b/src/who.c
index 45efe795f..156c7bc16 100644
--- a/src/who.c
+++ b/src/who.c
@@ -619,7 +619,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 <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/whoami.c b/src/whoami.c
index ec20bb67a..d3d03d905 100644
--- a/src/whoami.c
+++ b/src/whoami.c
@@ -57,7 +57,7 @@ Same as id -un.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}
diff --git a/src/yes.c b/src/yes.c
index 91fd0bd2d..d743501fc 100644
--- a/src/yes.c
+++ b/src/yes.c
@@ -58,7 +58,7 @@ Repeatedly output a line with all specified STRING(s), or `y'.\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}