From owner-svn-src-head@FreeBSD.ORG Mon Jan 5 20:46:46 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 601A610656C5; Mon, 5 Jan 2009 20:46:46 +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 4D51B8FC0C; Mon, 5 Jan 2009 20:46:46 +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 n05KkkCo010604; Mon, 5 Jan 2009 20:46:46 GMT (envelope-from brueffer@svn.freebsd.org) Received: (from brueffer@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n05KkkAh010603; Mon, 5 Jan 2009 20:46:46 GMT (envelope-from brueffer@svn.freebsd.org) Message-Id: <200901052046.n05KkkAh010603@svn.freebsd.org> From: Christian Brueffer Date: Mon, 5 Jan 2009 20:46:46 +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: r186793 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2009 20:46:47 -0000 Author: brueffer Date: Mon Jan 5 20:46:46 2009 New Revision: 186793 URL: http://svn.freebsd.org/changeset/base/186793 Log: More wording improvements. Discussed with: stas Modified: head/share/man/man4/cpuctl.4 Modified: head/share/man/man4/cpuctl.4 ============================================================================== --- head/share/man/man4/cpuctl.4 Mon Jan 5 20:37:07 2009 (r186792) +++ head/share/man/man4/cpuctl.4 Mon Jan 5 20:46:46 2009 (r186793) @@ -45,18 +45,18 @@ at boot time, place the following in cpuctl_load="YES" .Ed .Sh DESCRIPTION -The special file +The special device .Pa /dev/cpuctl presents interface to the system CPU. It provides functionality to retrieve CPUID information, read/write machine specific registers (MSR) and perform CPU firmware updates. .Pp -For each CPU present in the system, the special file +For each CPU present in the system, the special device .Pa /dev/cpuctl%d with the appropriate index will be created. -For multicore CPUs such -special file will be created for each core. +For multicore CPUs such a +special device will be created for each core. .Pp Currently, only i386 and amd64 processors are supported.