diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-12 15:46:56 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-01-12 15:46:56 +0000 |
| commit | b77b3c00be5547ec50166dc07fd7ed8f5835be94 (patch) | |
| tree | 273d67850fba0e4c76a19b45707fb4f8e05bbbe7 /lib/libc/gen/exec.3 | |
| parent | 5ba22da47118a556a7c9522976076f2941df35f1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/exec.3')
| -rw-r--r-- | lib/libc/gen/exec.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index 1845e829c5d9..5826804d59c2 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -47,7 +47,7 @@ .Lb libc .Sh SYNOPSIS .Fd #include <unistd.h> -.Vt extern char **environ; +.Vt extern char **environ ; .Ft int .Fn execl "const char *path" "const char *arg" ... .Ft int |
