]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/exec.3
CPU_SET.3, INFINITY.3, __ppc_get_timebase.3, __ppc_set_ppr_med.3, __ppc_yield.3,...
[thirdparty/man-pages.git] / man3 / exec.3
index 9a061dd3efd98427585b2aeb52a32f2b50b44442..2a03fc59fffef89e042b560dfcec77632b8f75ea 100644 (file)
@@ -158,13 +158,13 @@ the current directory followed by the list of directories returned by
 (This
 .BR confstr (3)
 call typically returns the value "/bin:/usr/bin".)
-
+.PP
 If the specified filename includes a slash character, then
 .B PATH
 is ignored, and the file at the specified pathname is executed.
-
+.PP
 In addition, certain errors are treated specially.
-
+.PP
 If permission is denied for a file (the attempted
 .BR execve (2)
 failed with the error
@@ -175,7 +175,7 @@ they will return with
 .I errno
 set to
 .BR EACCES .
-
+.PP
 If the header of a file isn't recognized (the attempted
 .BR execve (2)
 failed with the error
@@ -221,7 +221,7 @@ T}  Thread safety   MT-Safe env
 .TE
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008.
-
+.PP
 The
 .BR execvpe ()
 function is a GNU extension.