summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1999-07-30 07:45:40 +0000
committerMike Pritchard <mpp@FreeBSD.org>1999-07-30 07:45:40 +0000
commit4f8d7233765b92e61983e479f4a52df6add9309d (patch)
treec3cba29ec9187e61f18691a14cde655443599844 /lib/libc
parenta4a026b4c08a304af3c02b6e8b0c0ed5cc674267 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/pipe.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2
index 8710b9eb6abf..622162886c57 100644
--- a/lib/libc/sys/pipe.2
+++ b/lib/libc/sys/pipe.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)pipe.2 8.1 (Berkeley) 6/4/93
-.\" $Id$
+.\" $Id: pipe.2,v 1.8 1999/07/12 20:48:37 nik Exp $
.\"
.Dd June 4, 1993
.Dt PIPE 2
@@ -117,4 +117,5 @@ A
.Fn pipe
function call appeared in Version 3 AT&T UNIX.
.Pp
-Bidirectional pipes were first used on Unix System V release 4.
+Bidirectional pipes were first used on
+.At V.4 .