X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fremove.texi;h=0a0a88a7d70502270ad7fc8c98007bc8c02c1dcc;hb=f40e1532834adc754cac576a07d43b9556f89a97;hp=4a44ea13c69fee00650915e2f4d8fe8070ed1214;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/remove.texi b/doc/posix-functions/remove.texi index 4a44ea13c..0a0a88a7d 100644 --- a/doc/posix-functions/remove.texi +++ b/doc/posix-functions/remove.texi @@ -2,12 +2,23 @@ @section @code{remove} @findex remove -POSIX specification: @url{http://www.opengroup.org/susv3xsh/remove.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remove.html} -Gnulib module: --- +Gnulib module: remove Portability problems fixed by Gnulib: @itemize +@item +This function fails to reject trailing slashes on non-directories on +some platforms: +FreeBSD 7.2, Solaris 9. +@item +This function mistakenly removes a directory with +@code{remove("dir/./")} on some platforms: +Cygwin 1.5.x. +@item +This function does not remove empty directories on some platforms: +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: