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

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