btowc: fix missing file
[gnulib.git] / doc / posix-functions / stat.texi
index a7011ed..c10896e 100644 (file)
@@ -2,13 +2,17 @@
 @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("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:
 mingw.