svn commit: r227792 - head/lib/libc/sys

Sergey Kandaurov pluknet at FreeBSD.org
Mon Nov 21 14:36:19 UTC 2011


Author: pluknet
Date: Mon Nov 21 14:36:19 2011
New Revision: 227792
URL: http://svn.freebsd.org/changeset/base/227792

Log:
  Add history for setsockopt(2).
  
  PR:		docs/162719
  Submitted by:	Niclas Zeising <niclas at zeising gmail>
  MFC after:	1 week

Modified:
  head/lib/libc/sys/getsockopt.2

Modified: head/lib/libc/sys/getsockopt.2
==============================================================================
--- head/lib/libc/sys/getsockopt.2	Mon Nov 21 14:10:13 2011	(r227791)
+++ head/lib/libc/sys/getsockopt.2	Mon Nov 21 14:36:19 2011	(r227792)
@@ -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.


More information about the svn-src-head mailing list