diff options
Diffstat (limited to 'malloc')
-rwxr-xr-x | malloc/memusage.sh | 3 | ||||
-rw-r--r-- | malloc/memusagestat.c | 3 | ||||
-rw-r--r-- | malloc/mtrace.pl | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/malloc/memusage.sh b/malloc/memusage.sh index b1e405b953..be8f755a20 100755 --- a/malloc/memusage.sh +++ b/malloc/memusage.sh @@ -61,7 +61,8 @@ Profile memory usage of PROGRAM. Mandatory arguments to long options are also mandatory for any corresponding short options. -Report bugs using the \`glibcbug' script to <bugs@gnu.org>." +For bug reporting instructions, please see: +<http://www.gnu.org/software/libc/bugs.html>." exit 0 } diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c index 2b16b01ded..fa2d219c36 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -600,7 +600,8 @@ more_help (int key, const char *text, void *input) case ARGP_KEY_HELP_EXTRA: /* We print some extra information. */ orig = gettext ("\ -Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n"); +For bug reporting instructions, please see:\n\ +<http://www.gnu.org/software/libc/bugs.html>.\n"); cp = strdup (orig); if (cp == NULL) cp = orig; diff --git a/malloc/mtrace.pl b/malloc/mtrace.pl index b3d3311204..60c0a11877 100644 --- a/malloc/mtrace.pl +++ b/malloc/mtrace.pl @@ -30,7 +30,8 @@ sub usage { print " --help print this help, then exit\n"; print " --version print version number, then exit\n"; print "\n"; - print "Report bugs using the `glibcbug' script to <bugs\@gnu.org>.\n"; + print "For bug reporting instructions, please see:\n" + print "<http://www.gnu.org/software/libc/bugs.html>.\n"; exit 0; } |