diff options
author | Andreas Schwab <aschwab@redhat.com> | 2009-06-26 13:14:24 +0200 |
---|---|---|
committer | Andreas Schwab <aschwab@redhat.com> | 2009-06-26 13:14:24 +0200 |
commit | a879c2cb1753c3aa868aa1e9d2107e9f0deb0dc2 (patch) | |
tree | a919978ad8a178a0e6013f1ee43ab54f60a13493 /posix | |
parent | 5f9df8e7b478cafd4528a133201f4611a963292e (diff) | |
parent | 44d20bca52ace85850012b0ead37b360e3ecd96e (diff) | |
download | glibc-a879c2cb1753c3aa868aa1e9d2107e9f0deb0dc2.tar.gz glibc-a879c2cb1753c3aa868aa1e9d2107e9f0deb0dc2.tar.xz glibc-a879c2cb1753c3aa868aa1e9d2107e9f0deb0dc2.zip |
Merge commit 'origin/master' into fedora/master
Diffstat (limited to 'posix')
-rw-r--r-- | posix/getconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/getconf.c b/posix/getconf.c index 59ccab606c..c9e1300e49 100644 --- a/posix/getconf.c +++ b/posix/getconf.c @@ -1118,8 +1118,8 @@ Usage: getconf [-v SPEC] VAR\n\ Get the configuration value for variable VAR, or for variable PATH_VAR\n\ for path PATH. If SPEC is given, give values for compilation\n\ environment SPEC.\n\n")); - printf (gettext ("For bug reporting instructions, please see:\n\ -<http://www.gnu.org/software/libc/bugs.html>.\n")); + fputs (gettext ("For bug reporting instructions, please see:\n\ +<http://www.gnu.org/software/libc/bugs.html>.\n"), stdout); return 0; } |