socket.2: Remove crufty statement that AF_INET does not support SOCK_SEQPACKET

Linux AF_INET supports SOCK_SEQPACKET via SCTP.

Reported-by: Dongsheng Song <dongsheng.song@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-12-31 09:49:45 +13:00
parent 33da1b0606
commit d332f86f5a
1 changed files with 2 additions and 6 deletions

View File

@ -40,7 +40,7 @@
.\" Modified 2002-07-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.TH SOCKET 2 2009-01-19 "Linux" "Linux Programmer's Manual"
.TH SOCKET 2 2013-12-31 "Linux" "Linux Programmer's Manual"
.SH NAME
socket \- create an endpoint for communication
.SH SYNOPSIS
@ -148,11 +148,7 @@ Obsolete and should not be used in new programs;
see
.BR packet (7).
.PP
Some socket types may not be implemented by all protocol families;
for example,
.B SOCK_SEQPACKET
is not implemented for
.BR AF_INET .
Some socket types may not be implemented by all protocol families.
.PP
Since Linux 2.6.27, the
.I type