Re: man-pages-3.55 is released

2014-01-01 Thread Michael Kerrisk (man-pages)
On 12/31/13 01:41, Dongsheng Song wrote: > Hi, > > Excerpt from http://man7.org/linux/man-pages/man2/socket.2.html : > >Some socket types may not be implemented by all protocol families; >for example, SOCK_SEQPACKET is not implemented for AF_INET. > > This is not correct now, as

Re: man-pages-3.55 is released

2013-12-30 Thread Dongsheng Song
Hi, Excerpt from http://man7.org/linux/man-pages/man2/socket.2.html : Some socket types may not be implemented by all protocol families; for example, SOCK_SEQPACKET is not implemented for AF_INET. This is not correct now, as Linux already had SCTP support. Excerpt from http://tool