OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man4 / cpuid.4
index 4cdc3e5..b837f28 100644 (file)
@@ -1,6 +1,7 @@
 .\" Copyright (c) 2009 Intel Corporation, Author Andi Kleen
 .\" Description based on comments in arch/x86/kernel/cpuid.c
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -20,6 +21,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .TH CPUID 4 2009-03-31 "Linux" "Linux Programmer's Manual"
 .SH NAME
@@ -28,9 +30,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.
 
@@ -53,7 +55,7 @@ and on an SMP box will direct the access to CPU
 as listed in
 .IR /proc/cpuinfo .
 
-This file is protected so that it can only be read by the user
+This file is protected so that it can be read only by the user
 .IR root ,
 or members of the group
 .IR root .
@@ -91,3 +93,12 @@ Instruction Set Reference, A-M, 3-180 CPUID reference.
 
 Intel Corporation, Intel Processor Identification and
 the CPUID Instruction, Application note 485.
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.