Module Name: src
Committed By: wiz
Date: Wed Jan 21 08:35:31 UTC 2015
Modified Files:
src/lib/libc/gen: popen.3
Log Message:
Whitespace fixes. Remove duplicate Pp.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 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.19 src/lib/libc/gen/popen.3:1.20
--- src/lib/libc/gen/popen.3:1.19 Tue Jan 20 17:28:00 2015
+++ src/lib/libc/gen/popen.3 Wed Jan 21 08:35:31 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: popen.3,v 1.19 2015/01/20 17:28:00 christos Exp $
+.\" $NetBSD: popen.3,v 1.20 2015/01/21 08:35:31 wiz Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -96,8 +96,7 @@ using the
.Fl c
flag; interpretation, if any, is performed by the shell.
.Pp
-.Pp
-The
+The
.Fn popenve
function is similar to
.Fn popen
@@ -163,12 +162,12 @@ command, if
.Fa stream
has already been
.Dq pclosed ,
-setting errno to
-.Dv ESRCH
+setting errno to
+.Dv ESRCH
or if
.Xr wait4 2
returns an error, preserving the errno returned by
-.Xr wait4 2.
+.Xr wait4 2 .
.Sh SEE ALSO
.Xr sh 1 ,
.Xr execve 2 ,