exec.3: Correct prototype for execle()

Make the prototype shown into correct C.

Reported-by: Andreas Baak <andreas.baak@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-16 06:36:54 +02:00
parent 40f6b649da
commit 5f3dafbf06
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ execl, execlp, execle, execv, execvp, execvpe \- execute a file
.br
.BI "int execle(const char *" path ", const char *" arg ,
.br
.BI " ..., char * const " envp "[]);"
.BI " ... /*, (char *) NULL, char * const " envp "[] */);"
.br
.BI "int execv(const char *" path ", char *const " argv "[]);"
.br