diff options
author | 2008-06-15 18:55:58 +0000 | |
---|---|---|
committer | 2008-06-15 18:55:58 +0000 | |
commit | 9baa1390d89a9826d40ce47c5ad18210890562f3 (patch) | |
tree | 3598548597bf30cd8708419bd188f1a4025856d8 | |
parent | fix usage(); (diff) | |
download | wireguard-openbsd-9baa1390d89a9826d40ce47c5ad18210890562f3.tar.xz wireguard-openbsd-9baa1390d89a9826d40ce47c5ad18210890562f3.zip |
tweak previous;
-rw-r--r-- | share/man/man4/man4.i386/amdmsr.4 | 8 |
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 |