diff options
Diffstat (limited to 'csu')
-rw-r--r-- | csu/version.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csu/version.c b/csu/version.c index 8c3178ba7c..1104fa9137 100644 --- a/csu/version.c +++ b/csu/version.c @@ -37,7 +37,8 @@ Compiled by GNU CC version "__VERSION__".\n" #ifdef USE_TLS "Thread-local storage support included.\n" #endif -"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"; #include <unistd.h> |