X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Ffreopen.texi;h=b446823a85c9f8be525a7b912951da6627b07bcf;hb=5e05da8849498d8dc22bbb603c9e995c58e1c381;hp=ccb25eace077c4eb5c7e5492387c384970b72996;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/freopen.texi b/doc/posix-functions/freopen.texi index ccb25eace..b446823a8 100644 --- a/doc/posix-functions/freopen.texi +++ b/doc/posix-functions/freopen.texi @@ -2,7 +2,7 @@ @section @code{freopen} @findex freopen -POSIX specification: @url{http://www.opengroup.org/susv3xsh/freopen.html} +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/freopen.html} Gnulib module: freopen @@ -18,4 +18,9 @@ Portability problems not fixed by Gnulib: @item On Windows platforms (excluding Cygwin), this function does not set @code{errno} upon failure. +@item +This function does not fail when the file name argument ends in a slash +and (without the slash) names a nonexistent file or a file that is not a +directory, on some platforms: +HP-UX 11.00, Solaris 9, Irix 5.3. @end itemize