OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / linkat.2
index 484342a..f7f9940 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
 .\"
 .\" FIXME: Linux 2.6.39 added AT_EMPTY_PATH
 .\"
@@ -113,7 +113,7 @@ to be dereferenced if it is a symbolic link.
 Before kernel 2.6.18, the
 .I flags
 argument was unused, and had to be specified as 0.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success,
 .BR linkat ()
 returns 0.
@@ -147,14 +147,14 @@ and
 .BR linkat ()
 was added to Linux in kernel 2.6.16;
 library support was added to glibc in version 2.4.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2008.
 .SH NOTES
 See
 .BR openat (2)
 for an explanation of the need for
 .BR linkat ().
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR link (2),
 .BR openat (2),
 .BR path_resolution (7),