diff options
Diffstat (limited to 'debug')
-rwxr-xr-x | debug/catchsegv.sh | 3 | ||||
-rw-r--r-- | debug/pcprofiledump.c | 3 | ||||
-rwxr-xr-x | debug/xtrace.sh | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/debug/catchsegv.sh b/debug/catchsegv.sh index 8379c6b8d6..853b108609 100755 --- a/debug/catchsegv.sh +++ b/debug/catchsegv.sh @@ -33,7 +33,8 @@ if test $# -eq 0; then echo 'Usage: catchsegv PROGRAM ARGS...' echo ' --help print this help, then exit' echo ' --version print version number, then exit' - echo "Report bugs using the \`glibcbug' script to <bugs@gnu.org>." + echo "For bug reporting instructions, please see:" + echo "<http://www.gnu.org/software/libc/bugs.html>." exit 0 ;; --v | --ve | --ver | --vers | --versi | --versio | --version) diff --git a/debug/pcprofiledump.c b/debug/pcprofiledump.c index 6d3a2c7354..210e5089e9 100644 --- a/debug/pcprofiledump.c +++ b/debug/pcprofiledump.c @@ -197,7 +197,8 @@ more_help (int key, const char *text, void *input) case ARGP_KEY_HELP_EXTRA: /* We print some extra information. */ return strdup (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")); default: break; } diff --git a/debug/xtrace.sh b/debug/xtrace.sh index 97c76507ee..43a74a053d 100755 --- a/debug/xtrace.sh +++ b/debug/xtrace.sh @@ -54,7 +54,8 @@ do_help() { Mandatory arguments to long options are also mandatory for any corresponding short options. -Report bugs using the \`glibcbug' script to <bugs@gnu.org>.\n" +For bug reporting instructions, please see: +<http://www.gnu.org/software/libc/bugs.html>.\n" exit 0 } |