X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fmknod.texi;h=66186940d97f13a8f16bb4b6c3256fa7ac93ccf5;hb=ec68a6fee63ee22364cb88f215b906989ab6b33c;hp=650a984880b82f5d217243561cf103b8029d227c;hpb=80fc442c212439b65a2fba722b17529aba2aa1ae;p=gnulib.git diff --git a/doc/posix-functions/mknod.texi b/doc/posix-functions/mknod.texi index 650a98488..66186940d 100644 --- a/doc/posix-functions/mknod.texi +++ b/doc/posix-functions/mknod.texi @@ -17,7 +17,7 @@ FreeBSD 7.2, Solaris 9. @item This function is missing on some platforms; however, the replacement always fails with @code{ENOSYS}: -mingw. +mingw, MSVC 9. @end itemize Portability problems not fixed by Gnulib: @@ -26,4 +26,8 @@ Portability problems not fixed by Gnulib: Use of this function for anything except fifos is not portable, generally requiring super-user privileges and knowledge of supported device numbers. +@item +If the argument exists and is a directory, this function fails with +@code{EISDIR} instead of the correct @code{EEXIST}: +HP-UX 11.11. @end itemize