summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2000-09-10 14:35:20 +0000
committerdwmalone <dwmalone@FreeBSD.org>2000-09-10 14:35:20 +0000
commit2bb8dc380d807dadaaa755c17e1c754468c616b6 (patch)
tree8350ef8dc3641b5cc32469406755c7922f1bca34 /share
parent29578438143935743ce43c4f58dc7c463ed40645 (diff)
downloadFreeBSD-src-2bb8dc380d807dadaaa755c17e1c754468c616b6.zip
FreeBSD-src-2bb8dc380d807dadaaa755c17e1c754468c616b6.tar.gz
pmcd_value is actually a quad_t.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/perfmon.42
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/man4.i386/perfmon.4 b/share/man/man4/man4.i386/perfmon.4
index 1bb6801..f7430ce 100644
--- a/share/man/man4/man4.i386/perfmon.4
+++ b/share/man/man4/man4.i386/perfmon.4
@@ -141,7 +141,7 @@ structure defines two fields:
.Bl -tag -compact -width "quad_t pmcd_value"
.It Li "int pmcd_num"
the number of the counter to read
-.It Li "int pmcd_value"
+.It Li "quad_t pmcd_value"
the resulting value as a 64-bit signed integer
.El
.Pp
OpenPOWER on IntegriCloud