From owner-svn-src-all@FreeBSD.ORG Thu Apr 23 08:37:57 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FA16106566B; Thu, 23 Apr 2009 08:37:57 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8AF698FC1B; Thu, 23 Apr 2009 08:37:57 +0000 (UTC) (envelope-from brueffer@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3N8bv8m081015; Thu, 23 Apr 2009 08:37:57 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3N8buD1081005; Thu, 23 Apr 2009 08:37:56 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200904230837.n3N8buD1081005@svn.freebsd.org> From: Christian Brueffer Date: Thu, 23 Apr 2009 08:37:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191414 - in head: lib/libc/string lib/libc/sys sbin/savecore share/man/man4 share/man/man4/man4.i386 share/man/man4/man4.powerpc usr.sbin/cpucontrol usr.sbin/crashinfo usr.sbin/setfib X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2009 08:37:58 -0000 Author: brueffer Date: Thu Apr 23 08:37:56 2009 New Revision: 191414 URL: http://svn.freebsd.org/changeset/base/191414 Log: Correct the information about when the respective functionality first appeared in FreeBSD. PR: 133785 Submitted by: Ulrich Spoerlein MFC after: 3 days Modified: head/lib/libc/string/memchr.3 head/lib/libc/sys/setfib.2 head/sbin/savecore/savecore.8 head/share/man/man4/cpuctl.4 head/share/man/man4/man4.i386/glxsb.4 head/share/man/man4/man4.powerpc/bm.4 head/share/man/man4/u3g.4 head/usr.sbin/cpucontrol/cpucontrol.8 head/usr.sbin/crashinfo/crashinfo.8 head/usr.sbin/setfib/setfib.1 Modified: head/lib/libc/string/memchr.3 ============================================================================== --- head/lib/libc/string/memchr.3 Thu Apr 23 08:11:48 2009 (r191413) +++ head/lib/libc/string/memchr.3 Thu Apr 23 08:37:56 2009 (r191414) @@ -100,6 +100,6 @@ The .Fn memrchr function first appeared in GNU libc 2.1.91, this implementation first appeared in -.Fx 8.0 , +.Fx 6.4 , coming from .Ox 4.3 . Modified: head/lib/libc/sys/setfib.2 ============================================================================== --- head/lib/libc/sys/setfib.2 Thu Apr 23 08:11:48 2009 (r191413) +++ head/lib/libc/sys/setfib.2 Thu Apr 23 08:37:56 2009 (r191414) @@ -81,4 +81,4 @@ have been added to many other The .Fn setfib function appeared in -.Fx 8.0 . +.Fx 7.1 . Modified: head/sbin/savecore/savecore.8 ============================================================================== --- head/sbin/savecore/savecore.8 Thu Apr 23 08:11:48 2009 (r191413) +++ head/sbin/savecore/savecore.8 Thu Apr 23 08:37:56 2009 (r191414) @@ -154,6 +154,6 @@ utility appeared in .Bx 4.1 . .Pp Support for kernel textdumps appeared in -.Fx 8.0 . +.Fx 7.1 . .Sh BUGS The minfree code does not consider the effect of compression or sparse files. Modified: head/share/man/man4/cpuctl.4 ============================================================================== --- head/share/man/man4/cpuctl.4 Thu Apr 23 08:11:48 2009 (r191413) +++ head/share/man/man4/cpuctl.4 Thu Apr 23 08:37:56 2009 (r191414) @@ -142,7 +142,7 @@ The firmware image address points outsid The .Nm driver first appeared in -.Fx 8.0 . +.Fx 7.2 . .Sh BUGS Yes, probably, report if any. .Sh AUTHORS Modified: head/share/man/man4/man4.i386/glxsb.4 ============================================================================== --- head/share/man/man4/man4.i386/glxsb.4 Thu Apr 23 08:11:48 2009 (r191413) +++ head/share/man/man4/man4.i386/glxsb.4 Thu Apr 23 08:37:56 2009 (r191414) @@ -82,7 +82,7 @@ device driver first appeared in The .Nm device driver was imported into -.Fx 8.0 . +.Fx 7.1 . .Sh AUTHORS .An -nosplit The Modified: head/share/man/man4/man4.powerpc/bm.4 ============================================================================== --- head/share/man/man4/man4.powerpc/bm.4 Thu Apr 23 08:11:48 2009 (r191413) +++ head/share/man/man4/man4.powerpc/bm.4 Thu Apr 23 08:37:56 2009 (r191414) @@ -76,7 +76,7 @@ Apple BMAC+ Onboard Ethernet The .Nm device driver appeared in -.Fx 8.0 . +.Fx 7.1 . .Sh AUTHORS .An -nosplit The Modified: head/share/man/man4/u3g.4 ============================================================================== --- head/share/man/man4/u3g.4 Thu Apr 23 08:11:48 2009 (r191413) +++ head/share/man/man4/u3g.4 Thu Apr 23 08:37:56 2009 (r191414) @@ -109,7 +109,7 @@ and replug the device. The .Nm driver appeared in -.Fx 8.0 , +.Fx 7.2 , is based on the .Xr uark 4 driver, and written by Modified: head/usr.sbin/cpucontrol/cpucontrol.8 ============================================================================== --- head/usr.sbin/cpucontrol/cpucontrol.8 Thu Apr 23 08:11:48 2009 (r191413) +++ head/usr.sbin/cpucontrol/cpucontrol.8 Thu Apr 23 08:37:56 2009 (r191414) @@ -113,7 +113,7 @@ use the following command: The .Nm utility first appeared in -.Fx 8.0 . +.Fx 7.2 . .Sh BUGS Yes, probably, report if any. .Sh AUTHORS Modified: head/usr.sbin/crashinfo/crashinfo.8 ============================================================================== --- head/usr.sbin/crashinfo/crashinfo.8 Thu Apr 23 08:11:48 2009 (r191413) +++ head/usr.sbin/crashinfo/crashinfo.8 Thu Apr 23 08:37:56 2009 (r191414) @@ -106,4 +106,4 @@ Specify an explicit kernel file. The .Nm utility appeared in -.Fx 8.0 . +.Fx 6.4 . Modified: head/usr.sbin/setfib/setfib.1 ============================================================================== --- head/usr.sbin/setfib/setfib.1 Thu Apr 23 08:11:48 2009 (r191413) +++ head/usr.sbin/setfib/setfib.1 Thu Apr 23 08:37:56 2009 (r191414) @@ -94,4 +94,4 @@ have an equivalent function. The .Nm utility appeared in -.Fx 8.0 . +.Fx 7.1 .