Update ras-mc-ctl manpage to match current options
Resolves: #2079132
Depends: 60fd567b32
Signed-off-by: Aristeu Rozanski <arozansk@redhat.com>
This commit is contained in:
parent
60fd567b32
commit
6d9c9b23dc
42
d0e0bb3d73c4bc5060da20270a089857bba2a64c.patch
Normal file
42
d0e0bb3d73c4bc5060da20270a089857bba2a64c.patch
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
commit d0e0bb3d73c4bc5060da20270a089857bba2a64c
|
||||||
|
Author: Justin Vreeland <vreeland.justin@gmail.com>
|
||||||
|
Date: Tue Nov 2 19:51:50 2021 -0700
|
||||||
|
|
||||||
|
Update ras-mc-ctl manpage to match current options
|
||||||
|
|
||||||
|
Signed-off-by: Justin Vreeland <vreeland.justin@gmail.com>
|
||||||
|
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
|
||||||
|
|
||||||
|
diff --git a/man/ras-mc-ctl.8.in b/man/ras-mc-ctl.8.in
|
||||||
|
index 26230e0..a605122 100644
|
||||||
|
--- a/man/ras-mc-ctl.8.in
|
||||||
|
+++ b/man/ras-mc-ctl.8.in
|
||||||
|
@@ -79,9 +79,27 @@ Specify an alternate location for the labels database.
|
||||||
|
Specify a delay of \fBtime\fR seconds before registering DIMM labels.
|
||||||
|
Only meaninful if used together with --register-labels.
|
||||||
|
.TP
|
||||||
|
-.BI "--layout
|
||||||
|
+.BI "--layout"
|
||||||
|
Prints the memory layout as detected by the EDAC driver. Useful to check
|
||||||
|
if the EDAC driver is properly detecting the memory controller architecture.
|
||||||
|
+.TP
|
||||||
|
+.BI "--summary"
|
||||||
|
+Presents a summary of the logged errors.
|
||||||
|
+.TP
|
||||||
|
+.BI "--errors"
|
||||||
|
+Shows the errors stored at the error database.
|
||||||
|
+.TP
|
||||||
|
+.BI "--error-count"
|
||||||
|
+Shows the corrected and uncorrected error counts using sysfs.
|
||||||
|
+.TP
|
||||||
|
+.BI "--vendor-errors-summary="platform-id
|
||||||
|
+Pressents a summary of the vendor-specific logged errors.
|
||||||
|
+.TP
|
||||||
|
+.BI "--vendor-errors="platform-id
|
||||||
|
+Shows the vendor-specific errors stored in the error database.
|
||||||
|
+.TP
|
||||||
|
+.BI "--vendor-platforms"
|
||||||
|
+Shows the supported platforms with platform-ids for the vendor-specific errors.
|
||||||
|
|
||||||
|
.SH MAINBOARD CONFIGURATION
|
||||||
|
.PP
|
@ -1,6 +1,6 @@
|
|||||||
Name: rasdaemon
|
Name: rasdaemon
|
||||||
Version: 0.6.7
|
Version: 0.6.7
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Utility to receive RAS error tracings
|
Summary: Utility to receive RAS error tracings
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://git.infradead.org/users/mchehab/rasdaemon.git
|
URL: http://git.infradead.org/users/mchehab/rasdaemon.git
|
||||||
@ -25,6 +25,7 @@ Patch16: 6bc43db1b6b3d73805179c21d1dd5521e8dc0f74.patch
|
|||||||
Patch17: 2b6a54b0d31e02e657171fd27f4e31d996756bc6.patch
|
Patch17: 2b6a54b0d31e02e657171fd27f4e31d996756bc6.patch
|
||||||
Patch18: 7ccf12f5ae26a055926d175d908c7930293438c4.patch
|
Patch18: 7ccf12f5ae26a055926d175d908c7930293438c4.patch
|
||||||
Patch19: 9415b7449c70f5ea4a0209ddb89c2f5f392d3b4b.patch
|
Patch19: 9415b7449c70f5ea4a0209ddb89c2f5f392d3b4b.patch
|
||||||
|
Patch20: d0e0bb3d73c4bc5060da20270a089857bba2a64c.patch
|
||||||
|
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
@ -79,6 +80,7 @@ an utility for reporting current error counts from the EDAC sysfs files.
|
|||||||
%patch17 -p1
|
%patch17 -p1
|
||||||
%patch18 -p1
|
%patch18 -p1
|
||||||
%patch19 -p1
|
%patch19 -p1
|
||||||
|
%patch20 -p1
|
||||||
|
|
||||||
# The tarball is locked in time the first time aclocal was ran and will keep
|
# The tarball is locked in time the first time aclocal was ran and will keep
|
||||||
# requiring an older version of automake
|
# requiring an older version of automake
|
||||||
@ -114,6 +116,9 @@ sed -i "s/^PAGE_CE_ACTION=.*/PAGE_CE_ACTION=account/" %{buildroot}/%{_sysconfdir
|
|||||||
%{_sysconfdir}/sysconfig/rasdaemon
|
%{_sysconfdir}/sysconfig/rasdaemon
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 03 2022 Aristeu Rozanski <aris@redhat.com> 0.6.7-8
|
||||||
|
- Update ras-mc-ctl manpage to match current options [2079132]
|
||||||
|
|
||||||
* Mon May 02 2022 Aristeu Rozanski <aris@redhat.com> 0.6.7-7
|
* Mon May 02 2022 Aristeu Rozanski <aris@redhat.com> 0.6.7-7
|
||||||
- Fix issue printing memory module sizes [2080596]
|
- Fix issue printing memory module sizes [2080596]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user