summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-06-15 18:55:59 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-06-15 18:55:59 +0000
commit0c3c7ab9fd68d47e11c21794a48e8e2e42551dc9 (patch)
tree249c4d78c4e7224f410318349e596c9b09f95401 /share
parent6ae40f3c8e39daf16d0e2f8b5539330ccf296227 (diff)
tweak previous;
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.i386/amdmsr.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/amdmsr.4 b/share/man/man4/man4.i386/amdmsr.4
index 914908823e6..5f16c708fd5 100644
--- a/share/man/man4/man4.i386/amdmsr.4
+++ b/share/man/man4/man4.i386/amdmsr.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: amdmsr.4,v 1.2 2008/06/15 13:19:40 matthieu Exp $
+.\" $OpenBSD: amdmsr.4,v 1.3 2008/06/15 18:55:58 jmc Exp $
.\"
.\" AMD K6 MSR driver for OpenBSD.
.\" Copyright 2008 Marc Balmer <mbalmer@openbsd.org>
@@ -34,9 +34,9 @@ MSRs can read or written via
calls performed on
.Pa /dev/amdmsr .
Declarations and data types are to be found in
-.Aq Pa machine/amdmsr.h
+.Aq Pa machine/amdmsr.h .
.Pp
-Read or write requests are performed using
+Read or write requests are performed using:
.Bd -literal -offset xxxx
struct amdmsr_req {
u_int32_t addr; /* 32-bit MSR address */
@@ -52,7 +52,7 @@ The
.Fa WRMSR
ioctl is used to write an MSR register.
.Sh SEE ALSO
-.Xr ioctl 2 ,
+.Xr ioctl 2
.Sh HISTORY
.Nm
support was added in