diff options
-rw-r--r-- | share/man/man4/man4.amd64/pctr.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.i386/pctr.4 | 6 | ||||
-rw-r--r-- | usr.bin/pctr/pctr.1 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/man4.amd64/pctr.4 b/share/man/man4/man4.amd64/pctr.4 index 0b22176b85e..16d775ac9c9 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.4 2007/10/24 17:56:52 mikeb Exp $ +.\" $OpenBSD: pctr.4,v 1.5 2008/02/04 22:55:52 mikeb 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 24 2007 $ +.Dd $Mdocdate: February 4 2008 $ .Dt PCTR 4 amd64 .Os .Sh NAME @@ -238,7 +238,7 @@ A device first appeared in .Ox 2.0 . Support for amd64 architecture appeared in -.Ox 4.2 . +.Ox 4.3 . .Sh AUTHORS .An -nosplit The diff --git a/share/man/man4/man4.i386/pctr.4 b/share/man/man4/man4.i386/pctr.4 index 23308bc8fec..e06aefee5db 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.26 2007/11/17 12:04:06 jmc Exp $ +.\" $OpenBSD: pctr.4,v 1.27 2008/02/04 22:55:52 mikeb 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: November 17 2007 $ +.Dd $Mdocdate: February 4 2008 $ .Dt PCTR 4 i386 .Os .Sh NAME @@ -264,7 +264,7 @@ A device first appeared in .Ox 2.0 but was subsequently extented to support AMD and newer Intel CPUs in -.Ox 4.2 . +.Ox 4.3 . .Sh AUTHORS The .Nm diff --git a/usr.bin/pctr/pctr.1 b/usr.bin/pctr/pctr.1 index 73552f1e0dc..4e2e1ca2811 100644 --- a/usr.bin/pctr/pctr.1 +++ b/usr.bin/pctr/pctr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pctr.1,v 1.10 2007/10/17 05:29:10 jmc Exp $ +.\" $OpenBSD: pctr.1,v 1.11 2008/02/04 22:55:52 mikeb Exp $ .\" .\" Copyright (c) 2007 Mike Belopuhov, Aleksey Lomovtsev .\" @@ -38,7 +38,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 17 2007 $ +.Dd $Mdocdate: February 4 2008 $ .Dt PCTR 1 .Os .Sh NAME @@ -157,7 +157,7 @@ The program appeared in .Ox 2.0 but was subsequently rewritten in -.Ox 4.2 . +.Ox 4.3 . .Sh CAVEATS It is strongly advised to look through the manual for a particular processor before programming a counter and interpreting the results. |