aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2020-02-04 00:42:34 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-02-04 00:42:34 +0100
commit477b8f4b6ff81bc909cc3a50b8c6cfb2b19e0dd7 (patch)
treef1d5e1bde2697b8eec6c7558fb9e02b7a0364d97 /man3
parentc98fe9f8ad12f1457fc80377afdc5b84f98b65e0 (diff)
downloadman-pages-477b8f4b6ff81bc909cc3a50b8c6cfb2b19e0dd7.tar.gz
exec.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
-rw-r--r--man3/exec.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/exec.3 b/man3/exec.3
index 27c3ed2367..2649dd38e4 100644
--- a/man3/exec.3
+++ b/man3/exec.3
@@ -52,7 +52,7 @@ execl, execlp, execle, execv, execvp, execvpe \- execute a file
.BI "int execlp(const char *" file ", const char *" arg ", ..."
.B " /* (char *) NULL */);"
.BI "int execle(const char *" pathname ", const char *" arg ", ..."
-.BI " /*, (char *) NULL, char * const " envp "[] */);"
+.BI " /*, (char *) NULL, char *const " envp "[] */);"
.BI "int execv(const char *" pathname ", char *const " argv "[]);"
.BI "int execvp(const char *" file ", char *const " argv "[]);"
.BI "int execvpe(const char *" file ", char *const " argv "[],"