diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2007-03-26 17:33:41 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2007-03-26 17:33:41 +0000 |
| commit | 7aa963e5e512a4b921010b217e291e342f099fbf (patch) | |
| tree | afd63ceefa8157a044afd48a202ead6747ea1131 /lib/libpmc | |
| parent | 8c799760e1b3565860318b8d17c057605908d9ba (diff) | |
Notes
Diffstat (limited to 'lib/libpmc')
| -rw-r--r-- | lib/libpmc/pmc.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libpmc/pmc.3 b/lib/libpmc/pmc.3 index 4c11b1a09ea3d..f3d44078f5574 100644 --- a/lib/libpmc/pmc.3 +++ b/lib/libpmc/pmc.3 @@ -357,7 +357,10 @@ The function .Fn pmc_cpuinfo sets argument .Fa cpu_info -to point to a structure with information about the system's CPUs. +to point to an internal structure with information about the system's CPUs. +The caller should not +.Fn free +this pointer value. Function .Fn pmc_pmcinfo returns information about the current state of CPU |
