From nobody@FreeBSD.org  Fri Nov 27 12:44:51 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 781391065672
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Nov 2009 12:44:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 689AC8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Nov 2009 12:44:51 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nARCipL0057169
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Nov 2009 12:44:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nARCiplI057168;
	Fri, 27 Nov 2009 12:44:51 GMT
	(envelope-from nobody)
Message-Id: <200911271244.nARCiplI057168@www.freebsd.org>
Date: Fri, 27 Nov 2009 12:44:51 GMT
From: Bruce Cran <bruce@cran.org.uk>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sctp(4) links to sctp_opt_info in section 2 instead of 3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         140938
>Category:       docs
>Synopsis:       sctp(4) links to sctp_opt_info in section 2 instead of 3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    roam
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 27 12:50:02 UTC 2009
>Closed-Date:    Thu Dec 24 20:32:38 UTC 2009
>Last-Modified:  Thu Dec 24 20:40:05 UTC 2009
>Originator:     Bruce Cran
>Release:        8.0
>Organization:
>Environment:
>Description:
The sctp(4) manual page contains an embedded reference to sctp_opt_info(2). It should refer to sctp_opt_info(3):

"SCTP supports a number of socket options which can be set with
     setsockopt(2) and tested with getsockopt(2) or sctp_opt_info(2):"

http://www.freebsd.org/cgi/man.cgi?query=sctp&apropos=0&sektion=0&manpath=FreeBSD+8.0-RELEASE&format=html

>How-To-Repeat:
View the man page for sctp(4) at http://www.freebsd.org/cgi/man.cgi?query=sctp&apropos=0&sektion=0&manpath=FreeBSD+8.0-RELEASE&format=html
>Fix:


>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140938: commit references a PR
Date: Fri, 27 Nov 2009 13:08:40 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Fri Nov 27 13:08:25 2009
 New Revision: 199863
 URL: http://svn.freebsd.org/changeset/base/199863
 
 Log:
   Fix the cross-reference to sctp_opt_info in the text - section 3, not 2.
   
   PR:		140938
   Submitted by:	Bruce Cran <bruce@cran.org.uk>
   MFC after:	2 weeks
 
 Modified:
   head/share/man/man4/sctp.4
 
 Modified: head/share/man/man4/sctp.4
 ==============================================================================
 --- head/share/man/man4/sctp.4	Fri Nov 27 13:05:14 2009	(r199862)
 +++ head/share/man/man4/sctp.4	Fri Nov 27 13:08:25 2009	(r199863)
 @@ -179,7 +179,7 @@ supports a number of socket options whic
  and tested with
  .Xr getsockopt 2
  or
 -.Xr sctp_opt_info 2 :
 +.Xr sctp_opt_info 3 :
  .Bl -tag -width ".Dv SCTP_SET_PEER_PRIMARY_ADDR"
  .It Dv SCTP_NODELAY
  Under most circumstances,
 _______________________________________________
 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: open->patched 
State-Changed-By: roam 
State-Changed-When: Fri Nov 27 13:35:54 UTC 2009 
State-Changed-Why:  
Fixed in -CURRENT, will merge to the stable branches in two weeks. 
Thanks for spotting this! 


Responsible-Changed-From-To: freebsd-doc->roam 
Responsible-Changed-By: roam 
Responsible-Changed-When: Fri Nov 27 13:35:54 UTC 2009 
Responsible-Changed-Why:  
MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140938 
State-Changed-From-To: patched->closed 
State-Changed-By: roam 
State-Changed-When: Thu Dec 24 20:32:14 UTC 2009 
State-Changed-Why:  
I just merged the fix to the 7.x- and 8.x-STABLE branches. 
Thanks again! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140938: commit references a PR
Date: Thu, 24 Dec 2009 20:30:11 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Thu Dec 24 20:29:58 2009
 New Revision: 200960
 URL: http://svn.freebsd.org/changeset/base/200960
 
 Log:
   MFC r199863:
     Fix the cross-reference to sctp_opt_info in the text - section 3, not 2.
   
     PR:           140938
     Submitted by: Bruce Cran <bruce@cran.org.uk>
 
 Modified:
   stable/8/share/man/man4/sctp.4
 Directory Properties:
   stable/8/share/man/man4/   (props changed)
 
 Modified: stable/8/share/man/man4/sctp.4
 ==============================================================================
 --- stable/8/share/man/man4/sctp.4	Thu Dec 24 19:06:13 2009	(r200959)
 +++ stable/8/share/man/man4/sctp.4	Thu Dec 24 20:29:58 2009	(r200960)
 @@ -179,7 +179,7 @@ supports a number of socket options whic
  and tested with
  .Xr getsockopt 2
  or
 -.Xr sctp_opt_info 2 :
 +.Xr sctp_opt_info 3 :
  .Bl -tag -width ".Dv SCTP_SET_PEER_PRIMARY_ADDR"
  .It Dv SCTP_NODELAY
  Under most circumstances,
 _______________________________________________
 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/140938: commit references a PR
Date: Thu, 24 Dec 2009 20:31:46 +0000 (UTC)

 Author: roam (doc,ports committer)
 Date: Thu Dec 24 20:31:26 2009
 New Revision: 200961
 URL: http://svn.freebsd.org/changeset/base/200961
 
 Log:
   MFC r199863:
     Fix the cross-reference to sctp_opt_info in the text - section 3, not 2.
   
     PR:           140938
     Submitted by: Bruce Cran <bruce@cran.org.uk>
 
 Modified:
   stable/7/share/man/man4/sctp.4
 Directory Properties:
   stable/7/share/man/man4/   (props changed)
 
 Modified: stable/7/share/man/man4/sctp.4
 ==============================================================================
 --- stable/7/share/man/man4/sctp.4	Thu Dec 24 20:29:58 2009	(r200960)
 +++ stable/7/share/man/man4/sctp.4	Thu Dec 24 20:31:26 2009	(r200961)
 @@ -179,7 +179,7 @@ supports a number of socket options whic
  and tested with
  .Xr getsockopt 2
  or
 -.Xr sctp_opt_info 2 :
 +.Xr sctp_opt_info 3 :
  .Bl -tag -width ".Dv SCTP_SET_PEER_PRIMARY_ADDR"
  .It Dv SCTP_NODELAY
  Under most circumstances,
 _______________________________________________
 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:
