avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / link.texi
1 @node link
2 @section @code{link}
3 @findex link
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/link.html}
6
7 Gnulib module: link
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 mingw.
14 @item
15 This function fails to reject trailing slashes on non-directories on
16 some platforms:
17 FreeBSD 7.2, Solaris 10, Cygwin 1.5.x.
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 When the first argument is a symlink, some platforms create a
24 hard-link to what the symlink referenced, rather than to the symlink
25 itself.  Use @samp{linkat} to force a particular behavior.
26 @end itemize