Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Pipes aren't "full-duplex byte streams", so don...



details:   https://anonhg.NetBSD.org/src/rev/41258d0dfdf0
branches:  trunk
changeset: 565177:41258d0dfdf0
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Mar 31 16:42:19 2004 +0000

description:
Pipes aren't "full-duplex byte streams", so don't compare SOCK_STREAM
type sockets to them.

diffstat:

 lib/libc/sys/socket.2 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 2825d523bba1 -r 41258d0dfdf0 lib/libc/sys/socket.2
--- a/lib/libc/sys/socket.2     Wed Mar 31 16:04:45 2004 +0000
+++ b/lib/libc/sys/socket.2     Wed Mar 31 16:42:19 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: socket.2,v 1.28 2003/08/07 16:44:09 agc Exp $
+.\"    $NetBSD: socket.2,v 1.29 2004/03/31 16:42:19 pooka Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -119,8 +119,7 @@
 .Pp
 Sockets of type
 .Dv SOCK_STREAM
-are full-duplex byte streams, similar
-to pipes.
+are full-duplex byte streams.
 A stream socket must be in a
 .Em connected
 state before any data may be sent or received



Home | Main Index | Thread Index | Old Index