OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / fexecve.3
index 99b18ba..37ace32 100644 (file)
@@ -1,7 +1,6 @@
-.\" Hey Emacs! This file is -*- nroff -*- source.
-.\"
 .\" 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 FEXECVE 3 2010-09-15 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -64,7 +64,7 @@ must be opened read-only,
 and the caller must have permission to execute the file that it refers to.
 .\" POSIX.1-2008 specifies the O_EXEC flag for open as an alternative,
 .\" but Linux doesn't support this flag yet.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 A successful call to
 .BR fexecve ()
 never returns.
@@ -91,7 +91,7 @@ file system could not be accessed.
 .SH VERSIONS
 .BR fexecve ()
 is implemented since glibc 2.3.2.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2008.
 This function is not specified in POSIX.1-2001,
 and is not widely available on other systems.
@@ -103,5 +103,5 @@ is implemented using the
 file system, so
 .I /proc
 needs to be mounted and available at the time of the call.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR execve (2)