1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Add history for setsockopt(2).

PR:		docs/162719
Submitted by:	Niclas Zeising <niclas at zeising gmail>
MFC after:	1 week
This commit is contained in:
Sergey Kandaurov 2011-11-21 14:36:19 +00:00
parent 6d00fd9c2d
commit 0a1c3432f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227792

View File

@ -28,7 +28,7 @@
.\" @(#)getsockopt.2 8.4 (Berkeley) 5/2/95
.\" $FreeBSD$
.\"
.Dd June 13, 2008
.Dd November 21, 2011
.Dt GETSOCKOPT 2
.Os
.Sh NAME
@ -533,7 +533,9 @@ on a non-listening socket was attempted.
.Sh HISTORY
The
.Fn getsockopt
system call appeared in
and
.Fn setsockopt
system calls appeared in
.Bx 4.2 .
.Sh BUGS
Several of the socket options should be handled at lower levels of the system.