From c150e8555cf2f3cb63b1e73275c60f0021df385b Mon Sep 17 00:00:00 2001 From: Anton Arapov Date: Jul 25 2012 10:23:25 +0000 Subject: Man page tiny fix. ssia. Signed-off-by: Anton Arapov --- diff --git a/Changelog b/Changelog index f2678af..051d9ad 100644 --- a/Changelog +++ b/Changelog @@ -56,3 +56,4 @@ updated the 1.16 tarball with newer microcode from Intel 1.xx 25 July 2012, Anton Arapov remove the microcode tarball from the tree + update microcode_ctl.8 manpage diff --git a/microcode_ctl.8 b/microcode_ctl.8 index 722b668..f9e9d3d 100644 --- a/microcode_ctl.8 +++ b/microcode_ctl.8 @@ -10,7 +10,7 @@ microcode_ctl \- microcode utility for Intel IA32 processors ." Add any additional description here .PP The microcode_ctl utility is a companion to the IA32 microcode driver written -by Tigran Aivazian . The uaility has two uses: +by Tigran Aivazian . The utility has two uses: .br .PP \fBa)\fR it decodes and sends new microcode to the kernel driver to be @@ -49,7 +49,7 @@ microcode_ctl -u Upload microcode using defaults .SH FILES .TP -/etc/microcode.dat +/usr/lib/firmware/amd-ucode and /usr/lib/firmware/intel-ucode The default microcode location .PD .SH AUTHOR @@ -57,10 +57,10 @@ Microcode utility written by Simon Trimmer .br Linux Kernel driver written by Tigran Aivazian. .SH "REPORTING BUGS" -Report bugs to either Simon Trimmer or -Tigran Aivazian +Report bugs to Anton Arapov .SH COPYRIGHT Copyright \(co 2000 VERITAS Software +Copyright \(co 2012 Red Hat, Inc .br This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. @@ -71,7 +71,8 @@ Linux. .br .SH "SEE ALSO" The brave are recommended to view the driver source code located in the -Linux Kernel source tree in arch/i386/kernel/microcode.c +Linux Kernel source tree in /arch/x86/kernel/{microcode_core.c, +microcode_intel.c, microcode_amd.c} .PP -Visit http://www.urbanmyth.org/microcode/ for more information +Visit http://fedorahosted.org/microcode_ctl for more information and microcode updates.