avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / write.texi
1 @node write
2 @section @code{write}
3 @findex write
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/write.html}
6
7 Gnulib module: write, sigpipe
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 When writing to a pipe with no readers, this function fails with error
13 @code{EINVAL}, instead of obeying the current @code{SIGPIPE} handler, on
14 some platforms:
15 mingw.
16 @end itemize
17
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @end itemize