X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fremove.texi;h=0a0a88a7d70502270ad7fc8c98007bc8c02c1dcc;hb=f40e1532834adc754cac576a07d43b9556f89a97;hp=b3e3d1b1fb135c16ab37aeafa190bf059c2185e1;hpb=6ca71ffe395184749d849f5bba4771d6b2fbb7d6;p=gnulib.git diff --git a/doc/posix-functions/remove.texi b/doc/posix-functions/remove.texi index b3e3d1b1f..0a0a88a7d 100644 --- a/doc/posix-functions/remove.texi +++ b/doc/posix-functions/remove.texi @@ -2,7 +2,7 @@ @section @code{remove} @findex remove -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remove.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/remove.html} Gnulib module: remove @@ -11,14 +11,14 @@ Portability problems fixed by Gnulib: @item This function fails to reject trailing slashes on non-directories on some platforms: -Solaris 9. +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. +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: