svn commit: r229491 - stable/7/lib/libc/sys

Sergey Kandaurov pluknet at FreeBSD.org
Wed Jan 4 14:55:25 UTC 2012


Author: pluknet
Date: Wed Jan  4 14:55:24 2012
New Revision: 229491
URL: http://svn.freebsd.org/changeset/base/229491

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

Modified:
  stable/7/lib/libc/sys/getsockopt.2
Directory Properties:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/stdtime/   (props changed)

Modified: stable/7/lib/libc/sys/getsockopt.2
==============================================================================
--- stable/7/lib/libc/sys/getsockopt.2	Wed Jan  4 14:49:29 2012	(r229490)
+++ stable/7/lib/libc/sys/getsockopt.2	Wed Jan  4 14:55:24 2012	(r229491)
@@ -28,7 +28,7 @@
 .\"     @(#)getsockopt.2	8.4 (Berkeley) 5/2/95
 .\" $FreeBSD$
 .\"
-.Dd March 8, 2007
+.Dd November 21, 2011
 .Dt GETSOCKOPT 2
 .Os
 .Sh NAME
@@ -479,7 +479,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-7 mailing list