diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2017-06-10 21:07:55 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2017-06-10 21:07:55 +0000 |
| commit | df633e60c9371a5f832991b3d56d6bb8f54fc58a (patch) | |
| tree | 0d05363045c9dcc3064181e408d8c845063ccf53 /lib | |
| parent | 22184bfa63cf3411a78c3cb0a28868dfbc7320a9 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/socket.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 52f5384195b6..55298531c70e 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 18, 2016 +.Dd June 10, 2017 .Dt SOCKET 2 .Os .Sh NAME @@ -110,7 +110,7 @@ socket may provide a sequenced, reliable, two-way connection-based data transmission path for datagrams of fixed maximum length; a consumer may be required to read 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 sockets provide access to internal network protocols and interfaces. The types |
