summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-04-26 02:31:16 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-04-26 02:31:16 +0000
commit646b6db72c040b1ad47d9564ed14d18af0a0d899 (patch)
tree47b925f13105d8e28c6d8041e3826c3e03d66ff8 /lib/libc
parent9d632eb1e559ad096ccd3b19b384f3d990383b73 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/socket.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index 7049bc102a7c..a3fb618a84fd 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -103,8 +103,8 @@ defined types are:
SOCK_STREAM Stream socket,
SOCK_DGRAM Datagram socket,
SOCK_RAW Raw-protocol interface,
-SOCK_RDM Sequenced packet stream,
-SOCK_SEQPACKET Reliably-delivered packet
+SOCK_RDM Reliably-delivered packet,
+SOCK_SEQPACKET Sequenced packet stream
.Ed
.Pp
A