logb: fix documentation
authorEric Blake <eblake@redhat.com>
Fri, 19 Mar 2010 15:42:12 +0000 (09:42 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 19 Mar 2010 15:44:43 +0000 (09:44 -0600)
* doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1.5 declaration bug.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
doc/posix-functions/logb.texi

index b42d244..6b6b6d6 100644 (file)
--- 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.
index ef4f833..1eeef4c 100644 (file)
@@ -8,11 +8,11 @@ Gnulib module: logb
 
 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