diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2009-08-23 06:19:02 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2009-08-23 06:19:02 +0000 |
| commit | 5dcb8c704e9952afa16c6cd8537704ce2047b31d (patch) | |
| tree | f67abf21e3a707c167401cb1374f75f02af75413 | |
| parent | 3198bdba61e97bf16761dd2efe9b10581493d29a (diff) | |
Notes
| -rw-r--r-- | lib/libpmc/pmc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3 index 2a1ce52c6ac63..1307c011fd98e 100644 --- a/lib/libpmc/pmc.3 +++ b/lib/libpmc/pmc.3 @@ -120,7 +120,7 @@ Process scope sampling PMCs. Process scope counting PMCs that have been configured to report PMC readings on process context switches or process exits. .El -Upto one log file may be configured per owner process. +Up to one log file may be configured per owner process. Events logged to a log file may be subsequently analyzed using the .Xr pmclog 3 family of functions. @@ -262,7 +262,7 @@ CPU is running unprivileged code. The ability to write to performance counters. .El .Ss CPU Naming Conventions -CPUs are named using small integers from zero uptil, but +CPUs are named using small integers from zero until, but excluding, the value returned by function .Fn pmc_ncpu . On platforms supporting sparsely numbered CPUs not all the numbers in |
