cpuid.4: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
David Prévot 2012-09-23 16:38:25 +02:00 committed by Michael Kerrisk
parent 453a26b887
commit 72b62e6876
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ cpuid \- x86 CPUID access device
CPUID provides an interface for querying information about the x86 CPU.
This device is accessed by
.B lseek (2)
.BR lseek (2)
or
.B pread (2)
.BR pread (2)
to the appropriate CPUID level and reading in chunks of 16 bytes.
A larger read size means multiple reads of consecutive levels.