X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmknod.texi;h=650a984880b82f5d217243561cf103b8029d227c;hb=176cd193605775b290fee26568eec5d1ebd47f58;hp=cbd17560e54c900c4e2b937b2aec56679da7ecfc;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/mknod.texi b/doc/posix-functions/mknod.texi index cbd17560e..650a98488 100644 --- a/doc/posix-functions/mknod.texi +++ b/doc/posix-functions/mknod.texi @@ -2,17 +2,28 @@ @section @code{mknod} @findex mknod -POSIX specification: @url{http://www.opengroup.org/susv3xsh/mknod.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mknod.html} -Gnulib module: --- +Gnulib module: mknod Portability problems fixed by Gnulib: @itemize +@item +This function requires super-user privileges to create a fifo: +FreeBSD 7.2, OpenBSD 3.8. +@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. +Use of this function for anything except fifos is not portable, +generally requiring super-user privileges and knowledge of supported +device numbers. @end itemize