summaryrefslogtreecommitdiffstats
path: root/src/Daemon/abrt.8
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-06-03 10:16:51 +0200
committerZdenek Prikryl <zprikryl@redhat.com>2009-06-03 10:16:51 +0200
commit3307dcbc68be041a3f0061442d4119cbc8eca4b7 (patch)
tree1507abc8bdc90218f4800acab0b84d67551ae7aa /src/Daemon/abrt.8
parent8024b6ca0335cb59f737769f2e573435e32dd155 (diff)
downloadabrt-3307dcbc68be041a3f0061442d4119cbc8eca4b7.tar.gz
abrt-3307dcbc68be041a3f0061442d4119cbc8eca4b7.tar.xz
abrt-3307dcbc68be041a3f0061442d4119cbc8eca4b7.zip
new man pages
Diffstat (limited to 'src/Daemon/abrt.8')
-rw-r--r--src/Daemon/abrt.831
1 files changed, 31 insertions, 0 deletions
diff --git a/src/Daemon/abrt.8 b/src/Daemon/abrt.8
new file mode 100644
index 00000000..a90636ba
--- /dev/null
+++ b/src/Daemon/abrt.8
@@ -0,0 +1,31 @@
+.TH abrt "8" "28 May 2009" ""
+.SH NAME
+abrt \- an automated bug-reporting tool
+.SH SYNOPSIS
+.B abrt [ -d ]
+.SH DESCRIPTION
+.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
+crashed and according to configuration in the
+.I abrt.conf
+config file. There are plugins for various actions: for example reporting
+the crash to Bugzilla, mailing the report, transfering the
+report via FTP or SCP. See the manual pages for the
+respective plugins.
+.SH OPTIONS
+
+.TP
+
+.B "\-d"
+
+This option causes
+.I abrt
+to print some more debugging information, when the daemon is started.
+.SH "SEE ALSO"
+.IR abrt.conf(5)
+.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>.