diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2009-08-23 14:48:25 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2009-08-23 14:48:25 +0000 |
commit | b850005c1c5f7375c521527a8761ef4a4836ae8c (patch) | |
tree | 94045474c809ea78cecce53fba8c458a4d96ad73 /lib/libpmc | |
parent | 02d6d1fd6e2ae08b97550ccfab2e8d57862ff15c (diff) | |
download | FreeBSD-src-b850005c1c5f7375c521527a8761ef4a4836ae8c.zip FreeBSD-src-b850005c1c5f7375c521527a8761ef4a4836ae8c.tar.gz |
Use a more appropriate choice of words.
Submitted by: danfe
Diffstat (limited to 'lib/libpmc')
-rw-r--r-- | lib/libpmc/pmc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3 index 1307c01..f48fe79 100644 --- a/lib/libpmc/pmc.3 +++ b/lib/libpmc/pmc.3 @@ -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 until, but +CPUs are named using small integers from zero up to, but excluding, the value returned by function .Fn pmc_ncpu . On platforms supporting sparsely numbered CPUs not all the numbers in |