Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/gen popen.3: move popenve from BUGS to HISTORY
details: https://anonhg.NetBSD.org/src/rev/c7301b42c341
branches: trunk
changeset: 1023509:c7301b42c341
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Sep 11 19:58:24 2021 +0000
description:
popen.3: move popenve from BUGS to HISTORY
diffstat:
lib/libc/gen/popen.3 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (39 lines):
diff -r 03bab7f63f31 -r c7301b42c341 lib/libc/gen/popen.3
--- a/lib/libc/gen/popen.3 Sat Sep 11 19:56:51 2021 +0000
+++ b/lib/libc/gen/popen.3 Sat Sep 11 19:58:24 2021 +0000
@@ -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 @@
.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 @@
.Xr sh 1 ,
never calls
.Xr csh 1 .
-.Pp
-The
-.Fn popenve
-function first appeared in
-.Nx 8 .
Home |
Main Index |
Thread Index |
Old Index