diff options
author | bde <bde@FreeBSD.org> | 1999-07-31 22:14:46 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1999-07-31 22:14:46 +0000 |
commit | 54580d0099e7e5ed2493955781c8c2bef76de366 (patch) | |
tree | 44581d3b1596dee6877d254cf17731f5af67704c | |
parent | 435380cba3f6c24beadd2536e08075d81adfdf37 (diff) | |
download | FreeBSD-src-54580d0099e7e5ed2493955781c8c2bef76de366.zip FreeBSD-src-54580d0099e7e5ed2493955781c8c2bef76de366.tar.gz |
Removed a duplicate reference to System V.4.
-rw-r--r-- | lib/libc/sys/pipe.2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2 index 6e78b00..613df69 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: pipe.2,v 1.9 1999/07/30 07:45:40 mpp Exp $ +.\" $Id: pipe.2,v 1.10 1999/07/30 12:45:20 mpp Exp $ .\" .Dd June 4, 1993 .Dt PIPE 2 @@ -120,4 +120,3 @@ function call appeared in .Pp Bidirectional pipes were first used on .At V.4 . -.At V.4 . |