summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-06-18 15:24:21 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-06-18 15:24:21 +0000
commit19c2ee9e5f1db27eb7c1cce1f08753fb323ef7f3 (patch)
treeb33f46226cb70fd5272fdb6ff2c815981882715a /lib/libc
parentb39dbb30f300b2d0c05c1ddb5d4c872d89bf30cf (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/exec.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index 94b6477f3a6e..9387267c26b1 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -49,11 +49,11 @@
.In unistd.h
.Vt extern char **environ ;
.Ft int
-.Fn execl "const char *path" "const char *arg" ...
+.Fn execl "const char *path" "const char *arg" "... /*" "(char *)0*/"
.Ft int
-.Fn execlp "const char *file" "const char *arg" ...
+.Fn execlp "const char *file" "const char *arg" "... /*" "(char *)0*/"
.Ft int
-.Fn execle "const char *path" "const char *arg" ... NULL "char *const envp[]"
+.Fn execle "const char *path" "const char *arg" "... /*" "(char *)0" "char *const envp[]*/"
.Ft int
.Fn exect "const char *path" "char *const argv[]" "char *const envp[]"
.Ft int