diff options
author | brueffer <brueffer@FreeBSD.org> | 2009-09-18 14:17:00 +0000 |
---|---|---|
committer | brueffer <brueffer@FreeBSD.org> | 2009-09-18 14:17:00 +0000 |
commit | 2100141d0bd587fc9e1a9b210e13cd37401b12d7 (patch) | |
tree | 8914b1b20859436e1998075cd0477fa4931dd5ba | |
parent | c67cf94b2533984138fe6d7f238c0c537c7a8829 (diff) | |
download | FreeBSD-src-2100141d0bd587fc9e1a9b210e13cd37401b12d7.zip FreeBSD-src-2100141d0bd587fc9e1a9b210e13cd37401b12d7.tar.gz |
Fix setfib(1) section number.
PR: 133765
Submitted by: Konstantin Zolotukhin <erebus@gorodok.net>
MFC after: 3 days
-rw-r--r-- | lib/libc/sys/setfib.2 | 4 | ||||
-rw-r--r-- | 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 ca08202..a65a064 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 0d08665..f8b0746 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. |