From b6f8b339d30e13b8335cf56bd6d8e1968b46b856 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 3 Jul 2003 18:14:39 +0000 Subject: [PATCH] With the latest mdoc(7), we can now fix the synopsis like this. Desired by: bde --- lib/libc/gen/exec.3 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index ea0f5b4b1df3..fd23e16611b6 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -50,11 +50,17 @@ .In unistd.h .Vt extern char **environ ; .Ft int -.Fn execl "const char *path" "const char *arg" "... /*" "(char *)0*/" +.Fn execl "const char *path" "const char *arg" ... /* "(char *)0" */ .Ft int -.Fn execlp "const char *file" "const char *arg" "... /*" "(char *)0*/" +.Fn execlp "const char *file" "const char *arg" ... /* "(char *)0" */ .Ft int -.Fn execle "const char *path" "const char *arg" "... /*" "(char *)0" "char *const envp[]*/" +.Fo execle +.Fa "const char *path" "const char *arg" ... +.Fa /* +.Bk -words +.Fa "(char *)0" "char *const envp[]" */ +.Ek +.Fc .Ft int .Fn exect "const char *path" "char *const argv[]" "char *const envp[]" .Ft int