From 4cd0814b5c808db75fac459c4f141164b58dfc7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fran=E7ois?= Date: Sun, 27 Sep 2009 09:26:36 +0200 Subject: [PATCH] cpuid.4: Minor fixes Use the same formatting conventions as other manpages. Signed-off-by: Michael Kerrisk --- man4/cpuid.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man4/cpuid.4 b/man4/cpuid.4 index 844485856..4cdc3e5f7 100644 --- a/man4/cpuid.4 +++ b/man4/cpuid.4 @@ -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 ,