diff options
Diffstat (limited to 'login/programs')
-rw-r--r-- | login/programs/pt_chown.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c index ced7032dd1..485eddabc9 100644 --- a/login/programs/pt_chown.c +++ b/login/programs/pt_chown.c @@ -86,7 +86,8 @@ The owner is set to the current user, the group is set to `%s',\ and the access permission is set to `%o'.\n\n\ %s"), TTY_GROUP, S_IRUSR|S_IWUSR|S_IWGRP, 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")); return cp; default: break; |