]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
exec.3: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 4 Jan 2021 13:17:45 +0000 (14:17 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 4 Jan 2021 13:29:59 +0000 (14:29 +0100)
Reported-by: Alejandro Colomar (man-pages) <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/exec.3

index 316e38837f5709ec0cd441ea68eea62ffa35fdf8..d7c843a37afbcee2061e5b2726ed735befc897e0 100644 (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 "[]);"