|
|
2d9d63 |
commit d0e0bb3d73c4bc5060da20270a089857bba2a64c
|
|
|
2d9d63 |
Author: Justin Vreeland <vreeland.justin@gmail.com>
|
|
|
2d9d63 |
Date: Tue Nov 2 19:51:50 2021 -0700
|
|
|
2d9d63 |
|
|
|
2d9d63 |
Update ras-mc-ctl manpage to match current options
|
|
|
2d9d63 |
|
|
|
2d9d63 |
Signed-off-by: Justin Vreeland <vreeland.justin@gmail.com>
|
|
|
2d9d63 |
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
|
|
2d9d63 |
|
|
|
2d9d63 |
diff --git a/man/ras-mc-ctl.8.in b/man/ras-mc-ctl.8.in
|
|
|
2d9d63 |
index 26230e0..a605122 100644
|
|
|
2d9d63 |
--- a/man/ras-mc-ctl.8.in
|
|
|
2d9d63 |
+++ b/man/ras-mc-ctl.8.in
|
|
|
2d9d63 |
@@ -79,9 +79,27 @@ Specify an alternate location for the labels database.
|
|
|
2d9d63 |
Specify a delay of \fBtime\fR seconds before registering DIMM labels.
|
|
|
2d9d63 |
Only meaninful if used together with --register-labels.
|
|
|
2d9d63 |
.TP
|
|
|
2d9d63 |
-.BI "--layout
|
|
|
2d9d63 |
+.BI "--layout"
|
|
|
2d9d63 |
Prints the memory layout as detected by the EDAC driver. Useful to check
|
|
|
2d9d63 |
if the EDAC driver is properly detecting the memory controller architecture.
|
|
|
2d9d63 |
+.TP
|
|
|
2d9d63 |
+.BI "--summary"
|
|
|
2d9d63 |
+Presents a summary of the logged errors.
|
|
|
2d9d63 |
+.TP
|
|
|
2d9d63 |
+.BI "--errors"
|
|
|
2d9d63 |
+Shows the errors stored at the error database.
|
|
|
2d9d63 |
+.TP
|
|
|
2d9d63 |
+.BI "--error-count"
|
|
|
2d9d63 |
+Shows the corrected and uncorrected error counts using sysfs.
|
|
|
2d9d63 |
+.TP
|
|
|
2d9d63 |
+.BI "--vendor-errors-summary="platform-id
|
|
|
2d9d63 |
+Pressents a summary of the vendor-specific logged errors.
|
|
|
2d9d63 |
+.TP
|
|
|
2d9d63 |
+.BI "--vendor-errors="platform-id
|
|
|
2d9d63 |
+Shows the vendor-specific errors stored in the error database.
|
|
|
2d9d63 |
+.TP
|
|
|
2d9d63 |
+.BI "--vendor-platforms"
|
|
|
2d9d63 |
+Shows the supported platforms with platform-ids for the vendor-specific errors.
|
|
|
2d9d63 |
|
|
|
2d9d63 |
.SH MAINBOARD CONFIGURATION
|
|
|
2d9d63 |
.PP
|