vasprintf: Update documentation.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Apr 2010 13:27:34 +0000 (15:27 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 5 Apr 2010 14:32:43 +0000 (16:32 +0200)
ChangeLog
doc/glibc-functions/asprintf.texi

index feb4e91..3bdea54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2010-04-05  Bruno Haible  <bruno@clisp.org>
 
+       vasprintf: Update documentation.
+       * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
+
+2010-04-05  Bruno Haible  <bruno@clisp.org>
+
        ptsname: Improve test.
        * tests/test-ptsname.c (main): Also try the various master names of BSD
        systems.
index 16b6a97..f9158c4 100644 (file)
@@ -2,15 +2,15 @@
 @subsection @code{asprintf}
 @findex asprintf
 
-Gnulib module: ---
+Gnulib module: vasprintf
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function is missing on some platforms:
+AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
-@item
-This function is missing on some platforms:
-AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5.
 @end itemize