update debian/copyright for copyright changes up to year bump
[gnulib.git] / doc / posix-functions / calloc.texi
index 312936c..fd41e78 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{calloc}
 @findex calloc
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/calloc.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/calloc.html}
 
 Gnulib module: calloc-posix
 
@@ -11,12 +11,12 @@ Portability problems fixed by Gnulib:
 @item
 Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
 some platforms:
-mingw.
+mingw, MSVC 9.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
 @end itemize
 
-Extension: Gnulib provides a module @samp{calloc} that substitutes a
+Extension: Gnulib provides a module @samp{calloc-gnu} that substitutes a
 @code{calloc} implementation that behaves more like the glibc implementation.