summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2003-03-02 14:08:24 +0000
committerjmmv <jmmv@NetBSD.org>2003-03-02 14:08:24 +0000
commit5d93e695b8362ffb0ec0c4ac2d9e1024a3f4fa7d (patch)
tree439ba017a9590cd6e923eabbacbd4152472907a4 /lib/libc
parent1b1f503d7aacb7d8b7f715ec01896ccc47e3d7f3 (diff)
Grammar fix in return values section.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/popen.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3
index 99a097ca5d7..0b9c9f825ef 100644
--- a/lib/libc/gen/popen.3
+++ b/lib/libc/gen/popen.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: popen.3,v 1.10 2002/02/07 07:00:16 ross Exp $
+.\" $NetBSD: popen.3,v 1.11 2003/03/02 14:08:24 jmmv Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -143,7 +143,7 @@ is not associated with a
.Dq popened
command, if
.Fa stream
-already
+has already been
.Dq pclosed ,
or if
.Xr wait4 2