diff options
-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 |