Module Name: src
Committed By: wiz
Date: Sat Sep 27 08:46:56 UTC 2014
Modified Files:
src/lib/libc/gen: exec.3
Log Message:
Consistency in commas. Wording.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/gen/exec.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/exec.3
diff -u src/lib/libc/gen/exec.3:1.24 src/lib/libc/gen/exec.3:1.25
--- src/lib/libc/gen/exec.3:1.24 Fri Sep 26 23:57:26 2014
+++ src/lib/libc/gen/exec.3 Sat Sep 27 08:46:56 2014
@@ -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 sem
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
.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
.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.