summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmccontrol
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2008-11-09 08:39:52 +0000
committerjkoshy <jkoshy@FreeBSD.org>2008-11-09 08:39:52 +0000
commit1d083db91c63def67d126a9e0f2c3f86a9f80ecc (patch)
treebbd12ad45fa119dd3aa626785ad7eceb12ae8617 /usr.sbin/pmccontrol
parentd430ed23cdbf491fe09c50bb03ba183d67e64ea2 (diff)
downloadFreeBSD-src-1d083db91c63def67d126a9e0f2c3f86a9f80ecc.zip
FreeBSD-src-1d083db91c63def67d126a9e0f2c3f86a9f80ecc.tar.gz
- Document the changed meaning of a '*' argument to option "-c".
- Tweak grammar.
Diffstat (limited to 'usr.sbin/pmccontrol')
-rw-r--r--usr.sbin/pmccontrol/pmccontrol.814
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/pmccontrol/pmccontrol.8 b/usr.sbin/pmccontrol/pmccontrol.8
index cff9629..e521a1f 100644
--- a/usr.sbin/pmccontrol/pmccontrol.8
+++ b/usr.sbin/pmccontrol/pmccontrol.8
@@ -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
OpenPOWER on IntegriCloud