X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmkfifo.texi;h=53a17bc048207f72df637bf6c9d87869307d07aa;hb=9723bfe9bb9af8309314ad6230f7661000ba03b1;hp=c1d04291dc2ce7c650f456f8b6ffcb1b3ce164b7;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/mkfifo.texi b/doc/posix-functions/mkfifo.texi index c1d04291d..53a17bc04 100644 --- a/doc/posix-functions/mkfifo.texi +++ b/doc/posix-functions/mkfifo.texi @@ -2,17 +2,21 @@ @section @code{mkfifo} @findex mkfifo -POSIX specification: @url{http://www.opengroup.org/susv3xsh/mkfifo.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkfifo.html} -Gnulib module: --- +Gnulib module: mkfifo Portability problems fixed by Gnulib: @itemize +@item +This function mishandles trailing slash on some platforms: +FreeBSD 7.2, Solaris 9. +@item +This function is missing on some platforms; however, the replacement +always fails with @code{ENOSYS}: +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This function is missing on some platforms: -mingw. @end itemize