From owner-svn-src-head@FreeBSD.ORG Sun Nov 9 08:39:53 2008 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 7379C1065678; Sun, 9 Nov 2008 08:39:53 +0000 (UTC) (envelope-from jkoshy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 617988FC08; Sun, 9 Nov 2008 08:39:53 +0000 (UTC) (envelope-from jkoshy@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 mA98dr0T034826; Sun, 9 Nov 2008 08:39:53 GMT (envelope-from jkoshy@svn.freebsd.org) Received: (from jkoshy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mA98dr79034825; Sun, 9 Nov 2008 08:39:53 GMT (envelope-from jkoshy@svn.freebsd.org) Message-Id: <200811090839.mA98dr79034825@svn.freebsd.org> From: Joseph Koshy Date: Sun, 9 Nov 2008 08:39:53 +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: r184783 - head/usr.sbin/pmccontrol 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: Sun, 09 Nov 2008 08:39:53 -0000 Author: jkoshy Date: Sun Nov 9 08:39:52 2008 New Revision: 184783 URL: http://svn.freebsd.org/changeset/base/184783 Log: - Document the changed meaning of a '*' argument to option "-c". - Tweak grammar. Modified: head/usr.sbin/pmccontrol/pmccontrol.8 Modified: head/usr.sbin/pmccontrol/pmccontrol.8 ============================================================================== --- head/usr.sbin/pmccontrol/pmccontrol.8 Sun Nov 9 08:36:35 2008 (r184782) +++ head/usr.sbin/pmccontrol/pmccontrol.8 Sun Nov 9 08:39:52 2008 (r184783) @@ -1,4 +1,4 @@ -.\" Copyright (c) 2003 Joseph Koshy. All rights reserved. +.\" Copyright (c) 2003,2008 Joseph Koshy. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -23,7 +23,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 15, 2003 +.Dd November 9, 2008 .Os .Dt PMCCONTROL 8 .Sh NAME @@ -52,13 +52,13 @@ The following options are available: .Bl -tag -width indent .It Fl c Ar cpu Subsequent enable and disable options affect the CPU -denoted by +denoted by argument .Ar cpu . The argument .Ar cpu -is either a number denoting a CPU number in the system, or the string +is a number denoting a CPU in the system, or .Dq Li * , -denoting all CPUs in the system. +denoting all unhalted CPUs in the system. .It Fl d Ar pmc Disable PMC number .Ar pmc @@ -67,7 +67,7 @@ on the CPU specified by preventing it from being used till subsequently re-enabled. The argument .Ar pmc -is either a number denoting a specified PMC, or the string +is a number denoting a specific PMC, or .Dq Li * denoting all the PMCs on the specified CPU. .Pp @@ -81,7 +81,7 @@ on the CPU specified by allowing it to be used in the future. The argument .Ar pmc -is either a number denoting a specified PMC, or the string +is a number denoting a specific PMC, or .Dq Li * denoting all the PMCs on the specified CPU. If PMC