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 <ere...@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-unsubscr...@freebsd.org"

Reply via email to