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