svn commit: r229490 - stable/8/lib/libc/sys
Sergey Kandaurov
pluknet at FreeBSD.org
Wed Jan 4 14:49:30 UTC 2012
Author: pluknet
Date: Wed Jan 4 14:49:29 2012
New Revision: 229490
URL: http://svn.freebsd.org/changeset/base/229490
Log:
MFC r227792:
Add history for setsockopt(2).
PR: docs/162719
Submitted by: Niclas Zeising <niclas at zeising gmail>
Modified:
stable/8/lib/libc/sys/getsockopt.2
Directory Properties:
stable/8/lib/libc/ (props changed)
stable/8/lib/libc/stdtime/ (props changed)
Modified: stable/8/lib/libc/sys/getsockopt.2
==============================================================================
--- stable/8/lib/libc/sys/getsockopt.2 Wed Jan 4 14:47:32 2012 (r229489)
+++ stable/8/lib/libc/sys/getsockopt.2 Wed Jan 4 14:49:29 2012 (r229490)
@@ -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
@@ -515,7 +515,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.
More information about the svn-src-stable-8
mailing list