diff options
| author | Daniel Novotny <dnovotny@dhcp-lab-180.englab.brq.redhat.com> | 2009-06-16 13:55:59 +0200 |
|---|---|---|
| committer | Daniel Novotny <dnovotny@dhcp-lab-180.englab.brq.redhat.com> | 2009-06-16 13:55:59 +0200 |
| commit | a4399f13dbb85e9e64ba6e36957e46f33e293371 (patch) | |
| tree | 91415fe0ab72e31454ba0df98eaba154432ef753 /src | |
| parent | 43480d99a2350216cc317caae0e7572084faffec (diff) | |
| download | abrt-a4399f13dbb85e9e64ba6e36957e46f33e293371.tar.gz abrt-a4399f13dbb85e9e64ba6e36957e46f33e293371.tar.xz abrt-a4399f13dbb85e9e64ba6e36957e46f33e293371.zip | |
new manual pages
Diffstat (limited to 'src')
| -rw-r--r-- | src/Daemon/abrt.8 | 5 | ||||
| -rw-r--r-- | src/Daemon/abrt.conf.5 | 12 |
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>. - - |
