summaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2011-07-06 06:34:15 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2011-07-06 06:34:15 +0000
commitd9a232e316f9bd3fe56f809415ac202599f232b8 (patch)
treea5c60889c969c229c3438a589fea778bebff7b13 /share/man/man4
parentc06c77b97201065f28ea4812b948f8c5fed08d0b (diff)
Document that UNIX sockets support SOCK_SEQPACKET.
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/unix.412
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