diff options
| author | wiz <wiz@NetBSD.org> | 2014-09-27 08:46:56 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2014-09-27 08:46:56 +0000 |
| commit | 31cbf528b7fce6f9133e090341d53a48fed7ffbf (patch) | |
| tree | 226903d1b6445841997e2e6e2f049cbf1c90e92d /lib/libc/gen/exec.3 | |
| parent | 5c4c667984c32e4a2371da20c3347c91ada88779 (diff) | |
Consistency in commas. Wording.
Diffstat (limited to 'lib/libc/gen/exec.3')
| -rw-r--r-- | lib/libc/gen/exec.3 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/gen/exec.3 b/lib/libc/gen/exec.3 index dba5d148eb6..76731db0dd0 100644 --- a/lib/libc/gen/exec.3 +++ b/lib/libc/gen/exec.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: exec.3,v 1.24 2014/09/26 23:57:26 christos Exp $ +.\" $NetBSD: exec.3,v 1.25 2014/09/27 08:46:56 wiz Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -60,7 +60,7 @@ .Ft int .Fn execvp "const char *file" "char *const argv[]" .Ft int -.Fn execvpe "const char *file" "char *const argv[], char *const envp[]" +.Fn execvpe "const char *file" "char *const argv[]" "char *const envp[]" .Sh DESCRIPTION The .Fn exec @@ -120,7 +120,7 @@ pointer. .Pp The .Fn execle , -.Fn execlpe +.Fn execlpe , and .Fn exect functions also specify the environment of the executed process by following @@ -144,7 +144,7 @@ Some of these functions have special semantics. The functions .Fn execlp , .Fn execlpe , -.Fn execvp +.Fn execvp , and .Fn execvpe will duplicate the actions of the shell in searching for an executable file @@ -244,7 +244,7 @@ They now return if any error other than the ones described above occurs. .Fn execle , .Fn execlp , .Fn execlpe , -.Fn execvp +.Fn execvp , and .Fn execvpe may fail and set @@ -272,7 +272,7 @@ for any of the errors specified for the library function .Fn execl , .Fn execv , .Fn execle , -.Fn execlp +.Fn execlp , and .Fn execvp conform to @@ -282,6 +282,6 @@ The .Fn execlpe function appeared first in QNX and the .Fn execvpe -is on both +function exists on both .Lx and QNX. |
