Blame 0054-oops-add-man-page.patch

69165ba
From 449698ddf727559f2df76ac15716951120f9c0c5 Mon Sep 17 00:00:00 2001
69165ba
From: Jakub Filak <jfilak@redhat.com>
69165ba
Date: Fri, 1 Aug 2014 09:31:53 +0200
69165ba
Subject: [ABRT PATCH 54/66] oops: add man page
69165ba
69165ba
Related to rhbz#1076820
69165ba
69165ba
Signed-off-by: Jakub Filak <jfilak@redhat.com>
69165ba
---
69165ba
 doc/Makefile.am        |  1 +
69165ba
 doc/abrt-oops.conf.txt | 23 +++++++++++++++++++++++
69165ba
 2 files changed, 24 insertions(+)
69165ba
 create mode 100644 doc/abrt-oops.conf.txt
69165ba
69165ba
diff --git a/doc/Makefile.am b/doc/Makefile.am
69165ba
index e76abde..0480114 100644
69165ba
--- a/doc/Makefile.am
69165ba
+++ b/doc/Makefile.am
69165ba
@@ -47,6 +47,7 @@ MAN5_TXT += abrt-action-save-package-data.conf.txt
69165ba
 MAN5_TXT += abrt-xorg.conf.txt
69165ba
 MAN5_TXT += abrt-python.conf.txt
69165ba
 MAN5_TXT += abrt-CCpp.conf.txt
69165ba
+MAN5_TXT += abrt-oops.conf.txt
69165ba
 MAN5_TXT += gpg_keys.conf.txt
69165ba
 MAN5_TXT += abrt-vmcore.conf.txt
69165ba
 
69165ba
diff --git a/doc/abrt-oops.conf.txt b/doc/abrt-oops.conf.txt
69165ba
new file mode 100644
69165ba
index 0000000..e7e00e6
69165ba
--- /dev/null
69165ba
+++ b/doc/abrt-oops.conf.txt
69165ba
@@ -0,0 +1,23 @@
69165ba
+abrt-oops.conf(5)
69165ba
+=================
69165ba
+
69165ba
+NAME
69165ba
+----
69165ba
+abrt-oops.conf - Configuration file for ABRT's Kernel Oops extractor
69165ba
+
69165ba
+DESCRIPTION
69165ba
+-----------
69165ba
+The configuration file consists of items in the format "Option = Value".
69165ba
+The following items are recognized:
69165ba
+
69165ba
+OnlyFatalMCE = 'yes' / 'no'
69165ba
+   If you want to see only fatal MCEs, set to "yes".
69165ba
+   Defaults is 'yes': detect only fatal ones.
69165ba
+
69165ba
+SEE ALSO
69165ba
+--------
69165ba
+abrt.conf(5)
69165ba
+
69165ba
+AUTHORS
69165ba
+-------
69165ba
+* ABRT team
69165ba
-- 
69165ba
1.8.3.1
69165ba