diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.amd64/pctr.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.i386/pctr.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/man4.amd64/pctr.4 b/share/man/man4/man4.amd64/pctr.4 index 506f769d50e..0546918a8f2 100644 --- a/share/man/man4/man4.amd64/pctr.4 +++ b/share/man/man4/man4.amd64/pctr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pctr.4,v 1.2 2007/10/19 20:58:49 mikeb Exp $ +.\" $OpenBSD: pctr.4,v 1.3 2007/10/21 09:50:22 jmc Exp $ .\" .\" Pentium performance counter driver for OpenBSD. .\" Copyright 1996 David Mazieres <dm@lcs.mit.edu>. @@ -7,7 +7,7 @@ .\" permitted provided that due credit is given to the author and the .\" OpenBSD project by leaving this copyright notice intact. .\" -.Dd $Mdocdate: October 19 2007 $ +.Dd $Mdocdate: October 21 2007 $ .Dt PCTR 4 amd64 .Os .Sh NAME @@ -122,7 +122,7 @@ counter's 40-bit value (which will be of type .Em pctrval ) . This is generally preferable to making a system call as it introduces less distortion in measurements. - +.Pp Counter functions supported by these CPUs contain several parts. The most significant byte (an 8-bit integer shifted left by .Dv PCTR_CM_SHIFT ) diff --git a/share/man/man4/man4.i386/pctr.4 b/share/man/man4/man4.i386/pctr.4 index ea94c662052..a7eb6c38c40 100644 --- a/share/man/man4/man4.i386/pctr.4 +++ b/share/man/man4/man4.i386/pctr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pctr.4,v 1.23 2007/10/19 20:58:59 mikeb Exp $ +.\" $OpenBSD: pctr.4,v 1.24 2007/10/21 09:50:22 jmc Exp $ .\" .\" Pentium performance counter driver for OpenBSD. .\" Copyright 1996 David Mazieres <dm@lcs.mit.edu>. @@ -7,7 +7,7 @@ .\" permitted provided that due credit is given to the author and the .\" OpenBSD project by leaving this copyright notice intact. .\" -.Dd $Mdocdate: October 19 2007 $ +.Dd $Mdocdate: October 21 2007 $ .Dt PCTR 4 i386 .Os .Sh NAME @@ -148,7 +148,7 @@ counter's 40-bit value (which will be of type .Em pctrval ) . This is generally preferable to making a system call as it introduces less distortion in measurements. - +.Pp Counter functions supported by these CPUs contain several parts. The most significant byte (an 8-bit integer shifted left by .Dv PCTR_CM_SHIFT ) |