X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fstat.texi;h=c10896e993ebd5bb2092789632e2cef6ae6750a7;hb=14b6d70139486b63e66257aad1abe2a9615f4d96;hp=a7011ed4e00b7606bdaf78036e2b5e3442e91bfb;hpb=5794d89bd24981d2974f1504a04bf09b7efaf251;p=gnulib.git diff --git a/doc/posix-functions/stat.texi b/doc/posix-functions/stat.texi index a7011ed4e..c10896e99 100644 --- a/doc/posix-functions/stat.texi +++ b/doc/posix-functions/stat.texi @@ -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.