Remove redundant AC_SUBST invocation.
[gnulib.git] / doc / posix-functions / getline.texi
index f166b8a..e00f6b0 100644 (file)
@@ -2,8 +2,7 @@
 @section @code{getline}
 @findex getline
 
-POSIX specification: Draft 3 of 200x; to access it, free membership at
-@url{http://www.opengroup.org/austin/} is required.
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getline.html}
 
 Gnulib module: getline
 
@@ -18,6 +17,10 @@ BeOS.
 @item
 Some platforms provide a function by this name but with the wrong
 signature, for example in -linet.
+@item
+This function crashes when passed a pointer to a NULL buffer together with a
+pointer to a non-zero buffer size on some platforms:
+FreeBSD 8.0.
 @end itemize
 
 Portability problems not fixed by Gnulib: