cpuid.4: Minor fixes

Use the same formatting conventions as other manpages.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Nicolas Franois 2009-09-27 09:26:36 +02:00 committed by Michael Kerrisk
parent 7391478f8b
commit 4cd0814b5c
1 changed files with 4 additions and 4 deletions

View File

@ -24,13 +24,13 @@
.TH CPUID 4 2009-03-31 "Linux" "Linux Programmer's Manual"
.SH NAME
cpuid \- x86 CPUID access device
.SH DESCRIPTIONS
.SH DESCRIPTION
CPUID provides an interface for querying information about the x86 CPU.
This device is accessed by
.I lseek(2)
.B lseek (2)
or
.I pread(2)
.B pread (2)
to the appropriate CPUID level and reading in chunks of 16 bytes.
A larger read size means multiple reads of consecutive levels.
@ -51,7 +51,7 @@ is the minor number,
and on an SMP box will direct the access to CPU
.I CPUNUM
as listed in
.I /proc/cpuinfo.
.IR /proc/cpuinfo .
This file is protected so that it can only be read by the user
.IR root ,