Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen missed one reference.



details:   https://anonhg.NetBSD.org/src/rev/f81fead6022c
branches:  trunk
changeset: 332542:f81fead6022c
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Sep 26 23:57:26 2014 +0000

description:
missed one reference.

diffstat:

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

diffs (19 lines):

diff -r 060725b77d3a -r f81fead6022c lib/libc/gen/exec.3
--- a/lib/libc/gen/exec.3       Fri Sep 26 22:18:48 2014 +0000
+++ b/lib/libc/gen/exec.3       Fri Sep 26 23:57:26 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: exec.3,v 1.23 2014/09/26 19:28:03 christos Exp $
+.\"    $NetBSD: exec.3,v 1.24 2014/09/26 23:57:26 christos Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -119,7 +119,8 @@
 pointer.
 .Pp
 The
-.Fn execle
+.Fn execle ,
+.Fn execlpe
 and
 .Fn exect
 functions also specify the environment of the executed process by following



Home | Main Index | Thread Index | Old Index