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

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