From owner-svn-src-all@FreeBSD.ORG Tue Feb 23 14:56:50 2010 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 4D89F1065670; Tue, 23 Feb 2010 14:56:50 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3C5C98FC12; Tue, 23 Feb 2010 14:56:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1NEuoU1097734; Tue, 23 Feb 2010 14:56:50 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1NEuoO2097732; Tue, 23 Feb 2010 14:56:50 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <201002231456.o1NEuoO2097732@svn.freebsd.org> From: Nathan Whitehorn Date: Tue, 23 Feb 2010 14:56:50 +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: r204247 - head/share/man/man4/man4.powerpc 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: Tue, 23 Feb 2010 14:56:50 -0000 Author: nwhitehorn Date: Tue Feb 23 14:56:49 2010 New Revision: 204247 URL: http://svn.freebsd.org/changeset/base/204247 Log: Fix two bugs in this manpage: 'System' is not abbreviated with 'P', and a non-useful version of smu(4) was in 8.0, so modify the history to reflect that. Submitted by: gavin Modified: head/share/man/man4/man4.powerpc/smu.4 Modified: head/share/man/man4/man4.powerpc/smu.4 ============================================================================== --- head/share/man/man4/man4.powerpc/smu.4 Tue Feb 23 14:35:44 2010 (r204246) +++ head/share/man/man4/man4.powerpc/smu.4 Tue Feb 23 14:56:49 2010 (r204247) @@ -41,7 +41,7 @@ kernel configuration file: .Sh DESCRIPTION The .Nm -driver provides support for the System Management Unit (PMU) found in many +driver provides support for the System Management Unit (SMU) found in many Apple G5 systems. This includes most Power Macintosh G5 and all iMac G5 systems. .Pp @@ -112,7 +112,7 @@ annunciator interface at The .Nm device driver appeared in -.Fx 9.0 . +.Fx 8.0 . .Sh AUTHORS .An -nosplit The