Module Name:    src
Committed By:   rillig
Date:           Sat Sep 11 19:58:24 UTC 2021

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

Log Message:
popen.3: move popenve from BUGS to HISTORY


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/popen.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/popen.3
diff -u src/lib/libc/gen/popen.3:1.21 src/lib/libc/gen/popen.3:1.22
--- src/lib/libc/gen/popen.3:1.21	Tue Feb 21 19:53:20 2017
+++ src/lib/libc/gen/popen.3	Sat Sep 11 19:58:24 2021
@@ -1,4 +1,4 @@
-.\"	$NetBSD: popen.3,v 1.21 2017/02/21 19:53:20 abhinav Exp $
+.\"	$NetBSD: popen.3,v 1.22 2021/09/11 19:58:24 rillig Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)popen.3	8.2 (Berkeley) 5/3/95
 .\"
-.Dd January 19, 2015
+.Dd September 11, 2021
 .Dt POPEN 3
 .Os
 .Sh NAME
@@ -195,6 +195,11 @@ and a
 .Fn pclose
 function appeared in
 .At v7 .
+.Pp
+The
+.Fn popenve
+function first appeared in
+.Nx 8 .
 .Sh BUGS
 Since the standard input of a command opened for reading
 shares its seek offset with the process that called
@@ -220,8 +225,3 @@ always calls
 .Xr sh 1 ,
 never calls
 .Xr csh 1 .
-.Pp
-The
-.Fn popenve
-function first appeared in
-.Nx 8 .

Reply via email to