X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmkfifo.texi;h=ea872b1b37522647884efff58260c982377c8863;hb=54b5ce0e1a4f6a4af37f970e45e6e173e5b0a1c6;hp=926f57d7003e50563a95ca8dec93e163a21350d0;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/mkfifo.texi b/doc/posix-functions/mkfifo.texi index 926f57d70..ea872b1b3 100644 --- a/doc/posix-functions/mkfifo.texi +++ b/doc/posix-functions/mkfifo.texi @@ -4,15 +4,19 @@ 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. @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This function is missing on some platforms: -mingw. @end itemize