strchrnul: work around cygwin bug
[pspp] / doc / posix-functions / stat.texi
index 5fdb683afe01b18aebf1ca6b1c2cf98951e157a6..c10896e993ebd5bb2092789632e2cef6ae6750a7 100644 (file)
@@ -2,16 +2,16 @@
 @section @code{stat}
 @findex stat
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/stat.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/stat.html}
 
 Gnulib module: stat
 
 Portability problems fixed by Gnulib:
 @itemize
 @item
-On some platforms, @code{stat("file/",buf)} succeeds instead of
-failing with @code{ENOTDIR}.
-Solaris 9.
+On some platforms, @code{stat("link-to-file/",buf)} succeeds instead
+of failing with @code{ENOTDIR}.
+FreeBSD 7.2, AIX 7.1, Solaris 9.
 @item
 On some platforms, @code{stat(".",buf)} and @code{stat("./",buf)} give
 different results: