diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2011-07-19 18:24:41 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2011-07-19 18:24:41 +0000 |
commit | 04aac29e428a00fcd0e6bbcc207f2f82a11ba863 (patch) | |
tree | 28270af246e960b4464bc63f6b0c098436ac2cdb /lib/libc/sys | |
parent | a879809cfaf556cdf54894f91ea968ccad8e8c84 (diff) |
no need to mention xerox network stack here; ok claudio
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/recv.2 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index ee0ad778d88..7bf2274ae81 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.36 2008/07/29 20:15:53 gilles Exp $ +.\" $OpenBSD: recv.2,v 1.37 2011/07/19 18:24:40 mikeb Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)recv.2 8.3 (Berkeley) 2/21/94 .\" -.Dd $Mdocdate: July 29 2008 $ +.Dd $Mdocdate: July 19 2011 $ .Dt RECV 2 .Os .Sh NAME @@ -207,9 +207,6 @@ See .Xr CMSG_DATA 3 for how these messages are constructed and decomposed. .Pp -As an example, one could use this to learn of changes in the data-stream -in XNS/SPP. -.Pp Open file descriptors are now passed as ancillary data for .Dv AF_UNIX domain and |