krishnanadh / rpms / rasdaemon

Forked from rpms/rasdaemon a year ago
Clone

Blame SOURCES/0026-rasdaemon-Add-record-option-to-rasdaemon-man-page.patch

ac32bf
From d1b81490639f2608ecaf8fa50c24ac78c053fc2b Mon Sep 17 00:00:00 2001
ac32bf
From: Betty Dall <betty.dall@hp.com>
ac32bf
Date: Wed, 19 Mar 2014 14:59:47 -0600
ac32bf
Subject: [PATCH 26/32] rasdaemon: Add record option to rasdaemon man page
ac32bf
ac32bf
Add the already existing rasdaemon option 'record' to the rasdaemon man
ac32bf
page. This option records events via sqlite3.
ac32bf
ac32bf
Signed-off-by: Betty Dall <betty.dall@hp.com>
ac32bf
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
ac32bf
---
ac32bf
 man/rasdaemon.1.in |   14 +++++++++++---
ac32bf
 1 files changed, 11 insertions(+), 3 deletions(-)
ac32bf
ac32bf
diff --git a/man/rasdaemon.1.in b/man/rasdaemon.1.in
ac32bf
index 5349fa3..7a8b60f 100644
ac32bf
--- a/man/rasdaemon.1.in
ac32bf
+++ b/man/rasdaemon.1.in
ac32bf
@@ -29,8 +29,10 @@ rasdaemon \- RAS daemon to log the RAS events.
ac32bf
 
ac32bf
 .SH DESCRIPTION
ac32bf
 
ac32bf
-The \fBrasdaemon\fR program is a daemon with monitors the RAS trace events
ac32bf
-from /sys/kernel/debug/tracing, reporting them via syslog/journald.
ac32bf
+The \fBrasdaemon\fR program is a daemon which monitors the platform
ac32bf
+Reliablity, Availability and Serviceability (RAS) reports from the
ac32bf
+Linux kernel trace events. These trace events are logged in
ac32bf
+/sys/kernel/debug/tracing, reporting them via syslog/journald.
ac32bf
 
ac32bf
 .SH OPTIONS
ac32bf
 .TP
ac32bf
@@ -51,8 +53,14 @@ Executes in foreground, printing the events at console. Useful for testing it,
ac32bf
 and to be used by systemd or Unix System V respan.
ac32bf
 If not specified, the program runs in daemon mode.
ac32bf
 .TP
ac32bf
+.BI "--record"
ac32bf
+Record RAS events via Sqlite3. The Sqlite3 database has the benefit of
ac32bf
+keeping a persistent record of the RAS events. This feature is used with
ac32bf
+the ras-mc-ctl utility. Note that rasdaemon may be compiled without this
ac32bf
+feature.
ac32bf
+.TP
ac32bf
 .BI "--version"
ac32bf
-Prints the program version and exit.
ac32bf
+Print the program version and exit.
ac32bf
 
ac32bf
 .SH SEE ALSO
ac32bf
 \fBras-mc-ctl\fR(8)
ac32bf
-- 
ac32bf
1.7.1
ac32bf