From: Michael Kerrisk Date: Mon, 4 Jan 2021 13:17:45 +0000 (+0100) Subject: exec.3: tfix X-Git-Tag: man-pages-5.11~390 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=028350ffb86a030b9538e6b4c2bc9ebf8b992065;p=thirdparty%2Fman-pages.git exec.3: tfix Reported-by: Alejandro Colomar (man-pages) Signed-off-by: Michael Kerrisk --- diff --git a/man3/exec.3 b/man3/exec.3 index 316e38837f..d7c843a37a 100644 --- a/man3/exec.3 +++ b/man3/exec.3 @@ -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 "[]);"