OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man2 / fchownat.2
index 2bb46dd..e91ff0b 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,7 +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 FCHOWNAT 2 2012-05-04 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -102,7 +101,7 @@ instead operate on the link itself, like
 .BR fchownat ()
 dereferences symbolic links, like
 .BR chown (2).)
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success,
 .BR fchownat ()
 returns 0.
@@ -134,7 +133,7 @@ is a file descriptor referring to a file other than a directory.
 .BR fchownat ()
 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.
 A similar system call exists on Solaris.
 .SH NOTES
@@ -142,7 +141,7 @@ See
 .BR openat (2)
 for an explanation of the need for
 .BR fchownat ().
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR chown (2),
 .BR openat (2),
 .BR path_resolution (7),