poll: fix for systems that can't recv() on a non-socket
[gnulib.git] / doc / posix-functions / strncat.texi
index aae8486..f64620d 100644 (file)
@@ -2,12 +2,15 @@
 @section @code{strncat}
 @findex strncat
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/strncat.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncat.html}
 
-Gnulib module: ---
+Gnulib module: strncat
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function dereferences too much memory on some platforms:
+Solaris 10 on SPARC.
 @end itemize
 
 Portability problems not fixed by Gnulib: