mknodat.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-19 18:58:37 +02:00
parent ea91c3fdde
commit 0e888c4ac4
1 changed files with 10 additions and 3 deletions

View File

@ -42,13 +42,20 @@ Feature Test Macro Requirements for glibc (see
.in
.sp
.BR mknodat ():
.br
Since glibc 2.10: _XOPEN_SOURCE\ >=\ 700
.PD 0
.ad l
.RS 4
.TP 4
Since glibc 2.10:cw
_XOPEN_SOURCE\ >=\ 700
.\" Other FTM combinations will also expose mknodat(), but this function was
.\" added in SUSv4, maked XSI, so we'll just document what the standard says
.br
.TP 4
Before glibc 2.10:
_ATFILE_SOURCE
.RE
.ad
.PD
.SH DESCRIPTION
The
.BR mknodat ()