From: Bruno Haible Date: Mon, 2 May 2005 10:43:28 +0000 (+0000) Subject: Tweak reference to manual page. X-Git-Tag: v0.15~540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=378b7efdf6faafc53848dff60a6192cefd120d26;p=thirdparty%2Fgettext.git Tweak reference to manual page. --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 9a0b2a0da..8b4ef870b 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-05-02 Bruno Haible + + * gettext.texi (c-format): Write fprintf() instead of fprintf(3). + Requested by Richard Stallman. + 2005-04-11 Bruno Haible * gettext-0.14.4 released. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index a2790d1ad..e0cbe1eb0 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -7537,7 +7537,7 @@ strings. C format strings are described in POSIX (IEEE P1003.1 2001), section XSH 3 fprintf(), @uref{http://www.opengroup.org/onlinepubs/007904975/functions/fprintf.html}. -See also the fprintf(3) manual page, +See also the fprintf() manual page, @uref{http://www.linuxvalley.it/encyclopedia/ldp/manpage/man3/printf.3.php}, @uref{http://informatik.fh-wuerzburg.de/student/i510/man/printf.html}.