Module Name:    src
Committed By:   christos
Date:           Fri Sep 26 23:57:26 UTC 2014

Modified Files:
        src/lib/libc/gen: exec.3

Log Message:
missed one reference.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 src/lib/libc/gen/exec.3:1.24
--- src/lib/libc/gen/exec.3:1.23	Fri Sep 26 15:28:03 2014
+++ src/lib/libc/gen/exec.3	Fri Sep 26 19:57:26 2014
@@ -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 @@ be terminated by a
 pointer.
 .Pp
 The
-.Fn execle
+.Fn execle ,
+.Fn execlpe
 and
 .Fn exect
 functions also specify the environment of the executed process by following

Reply via email to