summaryrefslogtreecommitdiff
path: root/src/kill.c
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 /src/kill.c
parent6d0fe4dba555814ccfd35c9c224b1a7c7545ce22 (diff)
downloadcoreutils-2ee11887cdda6e55f6aecf349e89667d7262844c.tar.xz
(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
Diffstat (limited to 'src/kill.c')
-rw-r--r--src/kill.c2
1 files changed, 1 insertions, 1 deletions
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);
}