X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fsymlink.texi;h=c7ef715b220d13b86b9edc9438e3774b3519ae6d;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=de7c0aa4408453326544bb775eae66388a100d4f;hpb=d9d5054ceb34c7e5b1dc64e5477ac6f89969a423;p=gnulib.git diff --git a/doc/posix-functions/symlink.texi b/doc/posix-functions/symlink.texi index de7c0aa44..c7ef715b2 100644 --- a/doc/posix-functions/symlink.texi +++ b/doc/posix-functions/symlink.texi @@ -2,7 +2,7 @@ @section @code{symlink} @findex symlink -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/symlink.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/symlink.html} Gnulib module: symlink @@ -11,11 +11,11 @@ Portability problems fixed by Gnulib: @item On some systems, @code{symlink(value,"name/")} mistakenly creates a symlink: -Solaris 9 +FreeBSD 7.2, AIX 7.1, Solaris 9. @item This function is missing on some platforms; however, the replacement always fails with @code{EPERM}: -mingw. +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: