diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-07-06 06:34:15 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2011-07-06 06:34:15 +0000 |
commit | d9a232e316f9bd3fe56f809415ac202599f232b8 (patch) | |
tree | a5c60889c969c229c3438a589fea778bebff7b13 /share | |
parent | c06c77b97201065f28ea4812b948f8c5fed08d0b (diff) |
Document that UNIX sockets support SOCK_SEQPACKET.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/unix.4 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man4/unix.4 b/share/man/man4/unix.4 index bb9bca3abbe..3904a2b122b 100644 --- a/share/man/man4/unix.4 +++ b/share/man/man4/unix.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: unix.4,v 1.10 2010/01/10 10:53:33 jmc Exp $ +.\" $OpenBSD: unix.4,v 1.11 2011/07/06 06:34:14 matthew Exp $ .\" $NetBSD: unix.4,v 1.3 1994/11/30 16:22:43 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)unix.4 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: January 10 2010 $ +.Dd $Mdocdate: July 6 2011 $ .Dt UNIX 4 .Os .Sh NAME @@ -50,7 +50,8 @@ mechanisms. The .Ux Ns -domain family supports the -.Dv SOCK_STREAM +.Dv SOCK_STREAM , +.Dv SOCK_SEQPACKET , and .Dv SOCK_DGRAM socket types and uses @@ -103,11 +104,14 @@ The .Ux Ns -domain protocol family is comprised of simple transport protocols that support the -.Dv SOCK_STREAM +.Dv SOCK_STREAM , +.Dv SOCK_SEQPACKET , and .Dv SOCK_DGRAM abstractions. .Dv SOCK_STREAM +and +.Dv SOCK_SEQPACKET sockets also support the communication of .Ux file descriptors through the use of the |