Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Consistency in commas. Wording.



details:   https://anonhg.NetBSD.org/src/rev/f43e042feccd
branches:  trunk
changeset: 332547:f43e042feccd
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Sep 27 08:46:56 2014 +0000

description:
Consistency in commas. Wording.

diffstat:

 lib/libc/gen/exec.3 |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (62 lines):

diff -r 24aac36bc04d -r f43e042feccd lib/libc/gen/exec.3
--- a/lib/libc/gen/exec.3       Sat Sep 27 04:03:24 2014 +0000
+++ b/lib/libc/gen/exec.3       Sat Sep 27 08:46:56 2014 +0000
@@ -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 @@
 .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 @@
 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 @@
 .Fn execle ,
 .Fn execlp ,
 .Fn execlpe ,
-.Fn execvp
+.Fn execvp ,
 and
 .Fn execvpe
 may fail and set
@@ -272,7 +272,7 @@
 .Fn execl ,
 .Fn execv ,
 .Fn execle ,
-.Fn execlp
+.Fn execlp ,
 and
 .Fn execvp
 conform to
@@ -282,6 +282,6 @@
 .Fn execlpe
 function appeared first in QNX and the
 .Fn execvpe
-is on both
+function exists on both
 .Lx
 and QNX.



Home | Main Index | Thread Index | Old Index