Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2009 14:17:00 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197312 - in head: lib/libc/sys sbin/ipfw
Message-ID:  <200909181417.n8IEH0nJ093198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909181417.n8IEH0nJ093198>