Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2009 13:52:49 +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-8@freebsd.org
Subject:   svn commit: r197907 - in stable/8: lib/libc lib/libc/gen lib/libc/stdio lib/libc/stdtime lib/libc/string lib/libc/sys sbin/ipfw
Message-ID:  <200910091352.n99DqnGF054847@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brueffer
Date: Fri Oct  9 13:52:49 2009
New Revision: 197907
URL: http://svn.freebsd.org/changeset/base/197907

Log:
  MFC: r197312
  
  Fix setfib(1) section number.
  
  Approved by:	re (kib)

Modified:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/gen/   (props changed)
  stable/8/lib/libc/stdio/asprintf.c   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)
  stable/8/lib/libc/string/ffsll.c   (props changed)
  stable/8/lib/libc/string/flsll.c   (props changed)
  stable/8/lib/libc/string/wcpcpy.c   (props changed)
  stable/8/lib/libc/string/wcpncpy.c   (props changed)
  stable/8/lib/libc/sys/setfib.2
  stable/8/sbin/ipfw/   (props changed)
  stable/8/sbin/ipfw/ipfw.8

Modified: stable/8/lib/libc/sys/setfib.2
==============================================================================
--- stable/8/lib/libc/sys/setfib.2	Fri Oct  9 13:46:55 2009	(r197906)
+++ stable/8/lib/libc/sys/setfib.2	Fri Oct  9 13:52:49 2009	(r197907)
@@ -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: stable/8/sbin/ipfw/ipfw.8
==============================================================================
--- stable/8/sbin/ipfw/ipfw.8	Fri Oct  9 13:46:55 2009	(r197906)
+++ stable/8/sbin/ipfw/ipfw.8	Fri Oct  9 13:52:49 2009	(r197907)
@@ -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?200910091352.n99DqnGF054847>