summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-06-17 08:57:37 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-06-17 08:57:37 +0000
commitbbaba031a56e291b8e41451b4ebf32e7c32faf1f (patch)
tree606ac92a8f8496c1816e0704cca49fc0475fd3a2 /lib/libc
parent7c633f01f6f5fb5d5b0f1a1b8dea2fe89b01ad09 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/exec.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3
index 4875575b0ced..94b6477f3a6e 100644
--- a/lib/libc/gen/exec.3
+++ b/lib/libc/gen/exec.3
@@ -53,7 +53,7 @@
.Ft int
.Fn execlp "const char *file" "const char *arg" ...
.Ft int
-.Fn execle "const char *path" "const char *arg" ...
+.Fn execle "const char *path" "const char *arg" ... NULL "char *const envp[]"
.Ft int
.Fn exect "const char *path" "char *const argv[]" "char *const envp[]"
.Ft int