diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-05-19 04:30:20 +0000 |
| commit | 2b2581ee37f080c0a95d20aedecd5cb04e81ef4a (patch) | |
| tree | 4ce1a3bcc3cd8793e50f48abba8eab04c8e7ea07 /man3/mkfifoat.3 | |
| parent | 2dd578fd5b80cbfe5892b200633aa1442c4ac674 (diff) | |
| download | man-pages-2b2581ee37f080c0a95d20aedecd5cb04e81ef4a.tar.gz | |
Fix inconsistencies in order of .SH sections
Diffstat (limited to 'man3/mkfifoat.3')
| -rw-r--r-- | man3/mkfifoat.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/mkfifoat.3 b/man3/mkfifoat.3 index 6039319647..7c6a5f5206 100644 --- a/man3/mkfifoat.3 +++ b/man3/mkfifoat.3 @@ -91,20 +91,20 @@ is not a valid file descriptor. is a relative path and .I dirfd is a file descriptor referring to a file other than a directory. -.SH NOTES -See -.BR openat (2) -for an explanation of the need for -.BR mkfifoat (). -.SH "CONFORMING TO" -This function is non-standard but is proposed -for inclusion in a future revision of POSIX.1. .SH VERSIONS .BR mkfifoat () was added to glibc in version 2.4. 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. +.SH NOTES +See +.BR openat (2) +for an explanation of the need for +.BR mkfifoat (). .SH "SEE ALSO" .BR openat (2), .BR path_resolution (2), |
