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