From zeising@daemonic.se  Mon Nov 21 13:37:56 2011
Return-Path: <zeising@daemonic.se>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2E547106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2011 13:37:56 +0000 (UTC)
	(envelope-from zeising@daemonic.se)
Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3])
	by mx1.freebsd.org (Postfix) with ESMTP id 9FD318FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2011 13:37:54 +0000 (UTC)
Received: from mail.lysator.liu.se (localhost [127.0.0.1])
	by mail.lysator.liu.se (Postfix) with ESMTP id 260914000E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2011 14:37:53 +0100 (CET)
Received: by mail.lysator.liu.se (Postfix, from userid 1004)
	id 1AE3840010; Mon, 21 Nov 2011 14:37:53 +0100 (CET)
Received: from mx.daemonic.se (mx.daemonic.se [IPv6:2001:470:dca9:0:1::3])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mail.lysator.liu.se (Postfix) with ESMTPSA id 319964000E
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2011 14:37:48 +0100 (CET)
Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6])
	by mx.daemonic.se (Postfix) with ESMTPS id C9479119D3D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2011 14:37:47 +0100 (CET)
Received: from mx.daemonic.se ([IPv6:2001:470:dca9:0:1::3]) (using TLS with cipher CAMELLIA256-SHA)
	by mailscanner.daemonic.se (mailscanner.daemonic.se [2001:470:dca9:0:1::6]) (amavisd-new, port 10025)
	with ESMTPS id NP0GV1gqi_R3 for <FreeBSD-gnats-submit@freebsd.org>;
	Mon, 21 Nov 2011 14:37:42 +0100 (CET)
Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4])
	by mx.daemonic.se (Postfix) with ESMTPS id 32EDF119D3C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2011 14:37:42 +0100 (CET)
Received: from tifa.daemonic.se (b-76-220.eduroam.liu.se [130.236.76.220])
	by mail.daemonic.se (Postfix) with ESMTPSA id 17F4412B209
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 21 Nov 2011 14:37:41 +0100 (CET)
Received: by tifa.daemonic.se (Postfix, from userid 1001)
	id 512DF3B; Mon, 21 Nov 2011 14:37:41 +0100 (CET)
Message-Id: <20111121133741.512DF3B@tifa.daemonic.se>
Date: Mon, 21 Nov 2011 14:37:41 +0100 (CET)
From: Niclas Zeising <niclas.zeising@gmail.com>
Reply-To: Niclas Zeising <niclas.zeising@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] add setsockopt to history section of getsockopt.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         162719
>Category:       docs
>Synopsis:       [PATCH] add setsockopt to history section of getsockopt.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pluknet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 21 13:40:09 UTC 2011
>Closed-Date:    Wed Jan 04 14:57:23 UTC 2012
>Last-Modified:  Wed Jan  4 15:00:22 UTC 2012
>Originator:     Niclas Zeising
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD tifa.daemonic.se 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r227447: Fri Nov 11 12:08:39 CET 2011 root@tifa.daemonic.se:/usr/obj/usr/src/sys/TIFA amd64


	
>Description:
	the getsockopt.2 manual page covers both getsockopt() and setsockopt() but only getsockopt() is mentioned in the history section.
	# As a side note, this manual should probably have a STANDARDS section as well, but I can not determine if our implementation confirms to POSIX.
>How-To-Repeat:
	
>Fix:

	Attached patch adds setsockopt() to the history. I assume that they were added as a pair at the same time.

--- getsockopt.2.diff begins here ---
Index: head/lib/libc/sys/getsockopt.2
===================================================================
--- head/lib/libc/sys/getsockopt.2	(revision 227787)
+++ head/lib/libc/sys/getsockopt.2	(working copy)
@@ -533,7 +533,9 @@
 .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.
--- getsockopt.2.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->pluknet 
Responsible-Changed-By: pluknet 
Responsible-Changed-When: Mon Nov 21 14:30:56 UTC 2011 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162719 
State-Changed-From-To: open->patched 
State-Changed-By: pluknet 
State-Changed-When: Mon Nov 21 14:36:28 UTC 2011 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162719 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/162719: commit references a PR
Date: Mon, 21 Nov 2011 14:36:38 +0000 (UTC)

 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.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: Niclas Zeising <niclas.zeising@gmail.com>
To: bug-followup@FreeBSD.org, niclas.zeising@gmail.com, 
 pluknet@freebsd.org
Cc:  
Subject: Re: docs/162719: [PATCH] add setsockopt to history section of getsockopt.2
Date: Sat, 17 Dec 2011 13:42:45 +0100

 What's the status here? Just a forgotten MFC?
 Regards!
 -- 
 Niclas

From: Sergey Kandaurov <pluknet@freebsd.org>
To: Niclas Zeising <niclas.zeising@gmail.com>
Cc: bug-followup@freebsd.org
Subject: Re: docs/162719: [PATCH] add setsockopt to history section of getsockopt.2
Date: Sun, 18 Dec 2011 13:53:24 +0300

 On 17 December 2011 16:42, Niclas Zeising <niclas.zeising@gmail.com> wrote:
 > What's the status here? Just a forgotten MFC?
 > Regards!
 
 I will merge it after the STABLE_9 branch is opened for committing.
 Thanks for the reminder.
 
 -- 
 wbr,
 pluknet

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/162719: commit references a PR
Date: Wed,  4 Jan 2012 14:47:42 +0000 (UTC)

 Author: pluknet
 Date: Wed Jan  4 14:47:32 2012
 New Revision: 229489
 URL: http://svn.freebsd.org/changeset/base/229489
 
 Log:
   MFC r227792:
   
    Add history for setsockopt(2).
   
   PR:		docs/162719
   Submitted by:	Niclas Zeising <niclas at zeising gmail>
 
 Modified:
   stable/9/lib/libc/sys/getsockopt.2
 Directory Properties:
   stable/9/lib/libc/   (props changed)
   stable/9/lib/libc/gen/   (props changed)
   stable/9/lib/libc/stdtime/   (props changed)
 
 Modified: stable/9/lib/libc/sys/getsockopt.2
 ==============================================================================
 --- stable/9/lib/libc/sys/getsockopt.2	Wed Jan  4 14:34:45 2012	(r229488)
 +++ stable/9/lib/libc/sys/getsockopt.2	Wed Jan  4 14:47:32 2012	(r229489)
 @@ -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.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/162719: commit references a PR
Date: Wed,  4 Jan 2012 14:49:38 +0000 (UTC)

 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.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: pluknet 
State-Changed-When: Wed Jan 4 14:56:26 UTC 2012 
State-Changed-Why:  
Merged to all supported stable branches. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162719 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/162719: commit references a PR
Date: Wed,  4 Jan 2012 14:55:34 +0000 (UTC)

 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.
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
