diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-12-21 09:24:02 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-12-21 09:24:02 +0000 |
commit | c077a8a5946eab92da1776886d45acd2651fe3bc (patch) | |
tree | 124b20c699f1c445e851f2463e54ca4cea6d2fae /lib/libc | |
parent | 460bf275f9a4deb7f6e405ab1cfafbd9eda64706 (diff) |
Mention that SVR4 expects fully duplex pipes
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pipe.2 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2 index 5cae0c65eee..18753957150 100644 --- a/lib/libc/sys/pipe.2 +++ b/lib/libc/sys/pipe.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pipe.2,v 1.9 2000/12/10 02:34:25 deraadt Exp $ +.\" $OpenBSD: pipe.2,v 1.10 2000/12/21 09:24:01 pjanzen Exp $ .\" $NetBSD: pipe.2,v 1.6 1995/02/27 12:35:27 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -106,8 +106,9 @@ function conforms to .Pp As an extension, the pipe provided is actually capable of moving data bidirectionally. -However, this is non-standard behaviour which should not be relied on, -for reasons of portability. +This is compatible with SVR4. +However, this is non-POSIX behaviour which should not be relied on, +for reasons of portability. .Sh HISTORY A .Fn pipe |