summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-06-17 08:57:37 +0000
committerphk <phk@FreeBSD.org>2003-06-17 08:57:37 +0000
commitff88863eba66dace588ed49c2d72e3d25fb9f42f (patch)
tree606ac92a8f8496c1816e0704cca49fc0475fd3a2 /lib
parent9d0a07cbbd9cc84f8ba3b006f6636c9e7498554b (diff)
downloadFreeBSD-src-ff88863eba66dace588ed49c2d72e3d25fb9f42f.zip
FreeBSD-src-ff88863eba66dace588ed49c2d72e3d25fb9f42f.tar.gz
Fix the execle(3) synopsis to include the environment pointer.
Confused: anordby
Diffstat (limited to 'lib')
-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 4875575..94b6477 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
OpenPOWER on IntegriCloud