Remove an inaccuracy from socket.2.

SOCK_SEQPACKET is implemented for several protocols.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2017-06-10 21:07:55 +00:00
parent 22184bfa63
commit df633e60c9

View File

@ -28,7 +28,7 @@
.\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93 .\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd August 18, 2016 .Dd June 10, 2017
.Dt SOCKET 2 .Dt SOCKET 2
.Os .Os
.Sh NAME .Sh NAME
@ -110,7 +110,7 @@ socket may provide a sequenced, reliable,
two-way connection-based data transmission path for datagrams two-way connection-based data transmission path for datagrams
of fixed maximum length; a consumer may be required to read of fixed maximum length; a consumer may be required to read
an entire packet with each read system call. an entire packet with each read system call.
This facility is protocol specific, and presently unimplemented. This facility may have protocol-specific properties.
.Dv SOCK_RAW .Dv SOCK_RAW
sockets provide access to internal network protocols and interfaces. sockets provide access to internal network protocols and interfaces.
The types The types