ref: 606d69c50d1d3b47d9a3bc58cfb1eb99314c6a53
parent: fa21fd6e5dda4919acc48b5187fb94f75218190b
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Sat Sep 29 00:12:42 EDT 2012
cpuid(8) manpage improments
--- a/sys/man/8/cpuid
+++ b/sys/man/8/cpuid
@@ -1,6 +1,6 @@
.TH CPUID 8
.SH NAME
-cpuid \- print processor identification information
+cpuid \- print processor information
.SH SYNOPSIS
.B aux/cpuid
[
@@ -7,12 +7,11 @@
.B -ar
]
.SH DESCRIPTION
-Intel compatible processors since the
+Intel and compatible processors since the
.SM Pentium™
-(or late 486), provide the
+(or late 486) provide the
.SM CPUID
-instruction that returns feature extension information about
-the chip. The
+instruction that returns information about the chip. The
.I cpuid
program enumerates and prints this information in a simple
textual format. The output consists of multiple lines prefixed
@@ -28,7 +27,7 @@
instruction followed by 4 colums with the output registers
.BR AX ,
.BR BX ,
-.BR CX ,
+.BR CX
and
.BR DX .
.PP
--
⑨