From nobody@FreeBSD.org  Thu Apr 16 00:12:30 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 3952B1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Apr 2009 00:12:30 +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 0DCC48FC1D
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Apr 2009 00:12:30 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n3G0CT61065631
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Apr 2009 00:12:29 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n3G0CSK0065630;
	Thu, 16 Apr 2009 00:12:28 GMT
	(envelope-from nobody)
Message-Id: <200904160012.n3G0CSK0065630@www.freebsd.org>
Date: Thu, 16 Apr 2009 00:12:28 GMT
From: Konstantin Zolotukhin <erebus@gorodok.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: setfib man page section
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         133765
>Category:       docs
>Synopsis:       setfib(2) man page section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    brueffer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 16 00:20:02 UTC 2009
>Closed-Date:    Mon Oct 12 15:07:02 CEST 2009
>Last-Modified:  Mon Oct 12 15:07:02 CEST 2009
>Originator:     Konstantin Zolotukhin
>Release:        7.2-PRERELEASE
>Organization:
>Environment:
FreeBSD h51n30.campus.nsu.ru 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #13: Sat Mar 28 19:42:05 VLAT 2009     root@h51n30.campus.nsu.ru:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
man pages ipfw(8) and setfib(2) contain reference to setfib(8). But setfib man page is in section 1.
>How-To-Repeat:
replace setfib man page from section 1 to 8.
>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: brueffer 
State-Changed-When: Fri Sep 18 16:17:13 CEST 2009 
State-Changed-Why:  
Fixed in HEAD, MFC pending. 


Responsible-Changed-From-To: freebsd-doc->brueffer 
Responsible-Changed-By: brueffer 
Responsible-Changed-When: Fri Sep 18 16:17:13 CEST 2009 
Responsible-Changed-Why:  
Fixed in HEAD, MFC pending. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/133765: commit references a PR
Date: Fri, 18 Sep 2009 14:17:14 +0000 (UTC)

 Author: brueffer
 Date: Fri Sep 18 14:17:00 2009
 New Revision: 197312
 URL: http://svn.freebsd.org/changeset/base/197312
 
 Log:
   Fix setfib(1) section number.
   
   PR:		133765
   Submitted by:	Konstantin Zolotukhin <erebus@gorodok.net>
   MFC after:	3 days
 
 Modified:
   head/lib/libc/sys/setfib.2
   head/sbin/ipfw/ipfw.8
 
 Modified: head/lib/libc/sys/setfib.2
 ==============================================================================
 --- head/lib/libc/sys/setfib.2	Fri Sep 18 14:12:40 2009	(r197311)
 +++ head/lib/libc/sys/setfib.2	Fri Sep 18 14:17:00 2009	(r197312)
 @@ -67,8 +67,8 @@ if the
  .Fa fib
  argument is greater than the current system maximum.
  .Sh SEE ALSO
 -.Xr setsockopt 2 ,
 -.Xr setfib 8 
 +.Xr setfib 1 ,
 +.Xr setsockopt 2
  .Sh STANDARDS
  The
  .Fn setfib
 
 Modified: head/sbin/ipfw/ipfw.8
 ==============================================================================
 --- head/sbin/ipfw/ipfw.8	Fri Sep 18 14:12:40 2009	(r197311)
 +++ head/sbin/ipfw/ipfw.8	Fri Sep 18 14:17:00 2009	(r197312)
 @@ -869,7 +869,7 @@ The packet is tagged so as to use the FI
  .Ar fibnum
  in any subsequent forwarding decisions.
  Initially this is limited to the values 0 through 15, see
 -.Xr setfib 8 .
 +.Xr setfib 1 .
  Processing continues at the next rule.
  .It Cm reass
  Queue and reassemble ip fragments.
 _______________________________________________
 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: brueffer 
State-Changed-When: Mon Oct 12 15:06:37 CEST 2009 
State-Changed-Why:  
MFCs done. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133765 
>Unformatted:
