From owner-svn-src-all@FreeBSD.ORG Fri Sep 18 14:17:00 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D190F1065697; Fri, 18 Sep 2009 14:17:00 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BEE088FC1F; Fri, 18 Sep 2009 14:17:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n8IEH09N093201; Fri, 18 Sep 2009 14:17:00 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n8IEH0nJ093198; Fri, 18 Sep 2009 14:17:00 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200909181417.n8IEH0nJ093198@svn.freebsd.org> From: Christian Brueffer Date: Fri, 18 Sep 2009 14:17:00 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197312 - in head: lib/libc/sys sbin/ipfw X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2009 14:17:00 -0000 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 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.