These interfaces are specified in POSIX.1-2008.

This commit is contained in:
Michael Kerrisk 2008-08-21 06:17:07 +00:00
parent 5144e45f51
commit 166a4d06b9
1 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,7 @@
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.\"
.TH MKFIFOAT 3 2006-04-06 "Linux" "Linux Programmer's Manual"
.TH MKFIFOAT 3 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME
mkfifoat \- make a FIFO (named pipe) relative to a directory file descriptor
.SH SYNOPSIS
@ -99,8 +99,7 @@ It is implemented using
.BR mknod (2),
available on Linux since kernel 2.6.16.
.SH "CONFORMING TO"
This function is non-standard but is proposed
for inclusion in a future revision of POSIX.1.
POSIX.1-2008.
.SH NOTES
See
.BR openat (2)