Date: Mon, 12 Oct 2009 12:54:34 +0000 (UTC) From: Christian Brueffer <brueffer@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r197979 - in stable/7: lib/libc lib/libc/sys sbin/ipfw Message-ID: <200910121254.n9CCsYag063385@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brueffer Date: Mon Oct 12 12:54:34 2009 New Revision: 197979 URL: http://svn.freebsd.org/changeset/base/197979 Log: MFC: r197312 Fix setfib(1) section number. Modified: stable/7/lib/libc/ (props changed) stable/7/lib/libc/sys/setfib.2 stable/7/sbin/ipfw/ (props changed) stable/7/sbin/ipfw/ipfw.8 Modified: stable/7/lib/libc/sys/setfib.2 ============================================================================== --- stable/7/lib/libc/sys/setfib.2 Mon Oct 12 12:21:37 2009 (r197978) +++ stable/7/lib/libc/sys/setfib.2 Mon Oct 12 12:54:34 2009 (r197979) @@ -65,8 +65,8 @@ if the argument is greater than the current system maximum. .El .Sh SEE ALSO -.Xr setsockopt 2 , -.Xr setfib 8 +.Xr setfib 1 , +.Xr setsockopt 2 .Sh STANDARDS The .Fn setfib Modified: stable/7/sbin/ipfw/ipfw.8 ============================================================================== --- stable/7/sbin/ipfw/ipfw.8 Mon Oct 12 12:21:37 2009 (r197978) +++ stable/7/sbin/ipfw/ipfw.8 Mon Oct 12 12:54:34 2009 (r197979) @@ -864,7 +864,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. .El .Ss RULE BODY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910121254.n9CCsYag063385>