|
|
d9e469 |
From d9fe70fe7db45618f7b46b81ebee85e7a8801870 Mon Sep 17 00:00:00 2001
|
|
|
d9e469 |
From: Aristeu Rozanski <aris@redhat.com>
|
|
|
d9e469 |
Date: Mon, 10 Aug 2015 14:24:41 -0400
|
|
|
d9e469 |
Subject: [PATCH 1/5] rasdaemon: fix typos on ras-mc-ctl man page
|
|
|
d9e469 |
|
|
|
d9e469 |
Fixed two markers and two typos in the documentation.
|
|
|
d9e469 |
|
|
|
d9e469 |
Signed-off-by: Aristeu Rozanski <aris@redhat.com>
|
|
|
d9e469 |
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
|
|
|
d9e469 |
---
|
|
|
d9e469 |
man/ras-mc-ctl.8.in | 6 +++---
|
|
|
d9e469 |
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
d9e469 |
|
|
|
d9e469 |
diff --git a/man/ras-mc-ctl.8.in b/man/ras-mc-ctl.8.in
|
|
|
d9e469 |
index 7441b3a..60997dd 100644
|
|
|
d9e469 |
--- a/man/ras-mc-ctl.8.in
|
|
|
d9e469 |
+++ b/man/ras-mc-ctl.8.in
|
|
|
d9e469 |
@@ -69,14 +69,14 @@ Display the configured labels for the current hardware, as
|
|
|
d9e469 |
well as the current labels registered with EDAC.
|
|
|
d9e469 |
.TP
|
|
|
d9e469 |
.BI "--guess-labels"
|
|
|
d9e469 |
-Print DMI labels, when bank locator is available at the DMI table.
|
|
|
d9e469 |
+Print DMI labels, when bank locator is available in the DMI table.
|
|
|
d9e469 |
It helps to fill the labels database at @sysconfdir@/ras/dimm_labels.d/.
|
|
|
d9e469 |
.TP
|
|
|
d9e469 |
.BI "--labeldb="DB
|
|
|
d9e469 |
Specify an alternate location for the labels database.
|
|
|
d9e469 |
.TP
|
|
|
d9e469 |
.BI "--delay="time
|
|
|
d9e469 |
-Specify a delay of \ftime\fR seconds before registering dimm labels.
|
|
|
d9e469 |
+Specify a delay of \fBtime\fR seconds before registering DIMM labels.
|
|
|
d9e469 |
Only meaninful if used together with --register-labels.
|
|
|
d9e469 |
.TP
|
|
|
d9e469 |
.BI "--layout
|
|
|
d9e469 |
@@ -121,4 +121,4 @@ back to parsing output of the \fBdmidecode\fR(8) utility. Use of this
|
|
|
d9e469 |
utility will most often require that \fBras-mc-ctl\fR be run as root.
|
|
|
d9e469 |
|
|
|
d9e469 |
.SH SEE ALSO
|
|
|
d9e469 |
-\f\fBrasdaemon\fR(1)
|
|
|
d9e469 |
+\fBrasdaemon\fR(1)
|
|
|
d9e469 |
--
|
|
|
d9e469 |
1.8.3.1
|
|
|
d9e469 |
|