summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
Diffstat (limited to 'nss')
-rw-r--r--nss/getent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/getent.c b/nss/getent.c
index dbcae26809..3a9430fd66 100644
--- a/nss/getent.c
+++ b/nss/getent.c
@@ -905,9 +905,9 @@ more_help (int key, const char *text, void *input)
fputs ("\n\n", fp);
- fprintf (fp, gettext ("\
+ fputs (gettext ("\
For bug reporting instructions, please see:\n\
-<http://www.gnu.org/software/libc/bugs.html>.\n"));
+<http://www.gnu.org/software/libc/bugs.html>.\n"), fp);
if (fclose (fp) == 0)
return doc;