exec.3: tfix

Reported-by: Alejandro Colomar (man-pages) <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2021-01-04 14:17:45 +01:00
parent 10afe9f58d
commit 028350ffb8
1 changed files with 2 additions and 2 deletions

View File

@ -48,9 +48,9 @@ execl, execlp, execle, execv, execvp, execvpe \- execute a file
.B extern char **environ;
.PP
.BI "int execl(const char *" pathname ", const char *" arg ", ..."
.B " /*, (char *) NULL */);"
.B " /*, (char *) NULL */);"
.BI "int execlp(const char *" file ", const char *" arg ", ..."
.B " /*, (char *) NULL */);"
.B " /*, (char *) NULL */);"
.BI "int execle(const char *" pathname ", const char *" arg ", ..."
.BI " /*, (char *) NULL, char *const " envp "[] */);"
.BI "int execv(const char *" pathname ", char *const " argv "[]);"