From 2bb8dc380d807dadaaa755c17e1c754468c616b6 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Sun, 10 Sep 2000 14:35:20 +0000 Subject: pmcd_value is actually a quad_t. --- share/man/man4/man4.i386/perfmon.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.1