summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Daemon/abrt.85
-rw-r--r--src/Daemon/abrt.conf.512
2 files changed, 12 insertions, 5 deletions
diff --git a/src/Daemon/abrt.8 b/src/Daemon/abrt.8
index a90636b..641fcdb 100644
--- a/src/Daemon/abrt.8
+++ b/src/Daemon/abrt.8
@@ -7,7 +7,7 @@ abrt \- an automated bug-reporting tool
.I abrt
is a daemon which watches for application crashes. When a crash occurs,
it collects the crash data (core file, application's command line etc.)
-and does some actions according to the type of application that
+and performs some actions according to the type of application that
crashed and according to configuration in the
.I abrt.conf
config file. There are plugins for various actions: for example reporting
@@ -24,7 +24,8 @@ This option causes
.I abrt
to print some more debugging information, when the daemon is started.
.SH "SEE ALSO"
-.IR abrt.conf(5)
+.IR abrt.conf (5),
+.IR abrt-plugins (7)
.SH AUTHOR
Written by Zdeněk Přikryl <zprikryl@redhat.com> and
Jiří Moskovčák <jmoskovc@redhat.com>. Manual page written by Daniel
diff --git a/src/Daemon/abrt.conf.5 b/src/Daemon/abrt.conf.5
index 57bd28e..481b4f5 100644
--- a/src/Daemon/abrt.conf.5
+++ b/src/Daemon/abrt.conf.5
@@ -2,6 +2,13 @@
.SH NAME
abrt.conf \- configuration file for abrt
.SH DESCRIPTION
+.P
+.I abrt
+is a daemon which watches for application crashes. When a crash occurs,
+it collects the crash data and performs some actions according to
+the configuration. This manual page describes \fIabrt\fP's configuration
+file.
+.P
The configuration file consists of sections, each section contains
several items in a format "Option = Value". The description of each
section follows:
@@ -67,10 +74,9 @@ or an interval
in this case, \fIplugin2\fP will be run every \fIss\fP seconds (this number
can be greater than 60).
.SH "SEE ALSO"
-.IR abrt(8)
+.IR abrt (8),
+.IR abrt-plugins (7)
.SH AUTHOR
Written by Zdeněk Přikryl <zprikryl@redhat.com> and
Jiří Moskovčák <jmoskovc@redhat.com>. Manual page written by Daniel
Novotný <dnovotny@redhat.com>.
-
-