OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / mkfifoat.3
index 5534dd7..3b9b19c 100644 (file)
@@ -1,7 +1,6 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" This manpage is Copyright (C) 2006, Michael Kerrisk
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -21,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\"
 .TH MKFIFOAT 3 2009-12-13 "Linux" "Linux Programmer's Manual"
@@ -86,7 +86,7 @@ If
 is absolute, then
 .I dirfd
 is ignored.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success,
 .BR mkfifoat ()
 returns 0.
@@ -116,14 +116,14 @@ 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"
+.SH CONFORMING TO
 POSIX.1-2008.
 .SH NOTES
 See
 .BR openat (2)
 for an explanation of the need for
 .BR mkfifoat ().
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR openat (2),
 .BR mkfifo (3),
 .BR path_resolution (7)