changeset 13007:a7e84644e387

logb: fix documentation * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin 1.5 declaration bug. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Fri, 19 Mar 2010 09:42:12 -0600
parents b89998923de3
children e0ce493c0059
files ChangeLog doc/posix-functions/logb.texi
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-03-19  Eric Blake  <eblake@redhat.com>
 
+	logb: fix documentation
+	* doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
+	1.5 declaration bug.
+
 	forkpty, openpty: prefer glibc's const-safe prototype
 	* lib/forkpty.c (rpl_forkpty): New file.
 	* lib/openpty.c (rpl_openpty): Likewise.
--- a/doc/posix-functions/logb.texi
+++ b/doc/posix-functions/logb.texi
@@ -8,11 +8,11 @@
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function is missing a declaration on some platforms:
+Cygwin 1.5.x.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
-@item
-This function is missing a declaration on some platforms:
-Cygwin 1.5.x.
 @end itemize