mkfifo.3: tfix: s/mknod/mknodat/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-02-21 12:06:03 +01:00
parent 64b7542e54
commit 94810bd7a6
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ is a file descriptor referring to a file other than a directory.
.BR mkfifoat ()
was added to glibc in version 2.4.
It is implemented using
.BR mknod (2),
.BR mknodat (2),
available on Linux since kernel 2.6.16.
.SH CONFORMING TO
.BR mkfifo ():