aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2009-07-08 12:54:30 +0200
committerAndi Kleen <ak@linux.intel.com>2009-07-08 12:54:30 +0200
commitcfe164b8b7df3ef572acbd075175b27fb2875352 (patch)
treedbf63b28cde5824fe6d10cd8dfe63347fba4e087
parent8312beaf1f828289cbcdbea53a6b8d6fa1eacdd0 (diff)
downloadmce-inject-cfe164b8b7df3ef572acbd075175b27fb2875352.tar.gz
More manpage updates
Signed-off-by: Andi Kleen <ak@linux.intel.com>
-rw-r--r--mce-inject.817
1 files changed, 15 insertions, 2 deletions
diff --git a/mce-inject.8 b/mce-inject.8
index 9e43a94..aca3e40 100644
--- a/mce-inject.8
+++ b/mce-inject.8
@@ -30,11 +30,20 @@ or
Machine check is injected on CPU xx or broadcasted to all CPUs
.I BANK bank-number
+Machine check bank to inject on.
-.I STATUS {number|fatal|corrected|uncorrected|pcc|uc|val|en|over}
+.I STATUS {number|fatal|corrected|uncorrected|pcc|uc|val|en|over|ar|ucna|srao|srar|s}
+
+The symbols generally represent hardware register bits, as documented in the Intel
+software developer's manual.
+When multiple are listed they are ored together.
.I MCGSTATUS {number|mcip|ripv|eipv}
+The symbols generally represent hardware register bits, as documented in the Intel
+software developer's manual.
+When multiple are listed they are ored together.
+
.I ADDR number
.I RIP number
@@ -77,7 +86,11 @@ Inject as machine check exception.
.I APICID number
APIC ID of CPU. Ignored by kernel on injection.
-multiple fields can be on a line.
+A list of symbols ors the symbols together.
+
+.TE
+
+Multiple fields can be on a line.
number can be hex/octal/decimal in the usual C format.
Multiple machine checks can be in a single file, each new one
starts with "CPU" or "MCE".