aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/socket.2
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2009-01-05 12:18:46 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2009-01-05 12:18:46 +0000
commitf3cac808e9e654a5a8923b9d27da3393dba669c3 (patch)
tree0f28d3944cc3bdabe64debfa578b3858be4b38f9 /lib/libc/sys/socket.2
parentc6b34b2563643363c9ecdcacd453d51aed85c732 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/socket.2')
-rw-r--r--lib/libc/sys/socket.27
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2
index ce4c1fb95fc9..dae33d0675a0 100644
--- a/lib/libc/sys/socket.2
+++ b/lib/libc/sys/socket.2
@@ -28,7 +28,7 @@
.\" From: @(#)socket.2 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd August 4, 2008
+.Dd January 5, 2009
.Dt SOCKET 2
.Os
.Sh NAME
@@ -131,6 +131,11 @@ in which communication
is to take place; see
.Xr protocols 5 .
.Pp
+The
+.Fa protocol
+argument may be set to zero (0) to request the default
+implementation of a socket type for the protocol, if any.
+.Pp
Sockets of type
.Dv SOCK_STREAM
are full-duplex byte streams, similar