From 225cdb4e6cf78145df80ed46ab4955d47e44dcfb Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Fri, 9 Oct 2009 13:52:49 +0000 Subject: [PATCH] MFC: r197312 Fix setfib(1) section number. Approved by: re (kib) --- lib/libc/sys/setfib.2 | 4 ++-- sbin/ipfw/ipfw.8 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libc/sys/setfib.2 b/lib/libc/sys/setfib.2 index ca082024d24..a65a064e2f6 100644 --- a/lib/libc/sys/setfib.2 +++ b/lib/libc/sys/setfib.2 @@ -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 diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 0d0866521f5..f8b0746a25a 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -869,7 +869,7 @@ The packet is tagged so as to use the FIB (routing table) .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.