]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
exec.3: Minor wording fix in subsection title
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 8 Mar 2019 16:48:52 +0000 (17:48 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 8 Mar 2019 16:48:52 +0000 (17:48 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/exec.3

index dfc966e6d96873271ab0ff033e5e832c7c2963a9..2a0e1e5cdd02d33920e9de0d2f94698275e0f41a 100644 (file)
@@ -131,7 +131,7 @@ The other functions take the environment for the new process
 image from the external variable
 .I environ
 in the calling process.
-.SS Special semantics for execlp() and execvp()
+.SS Special semantics for execlp(), execvp(), and execvpe()
 .PP
 The
 .BR execlp (),