summaryrefslogtreecommitdiffstats
path: root/src/Daemon/abrtd.8
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-06 15:34:19 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-06 15:34:19 +0200
commit3441533d3bf93bec4d6d6a1826bb3d053f337b2f (patch)
tree080ff330671c05b207dbb02d03996fdabebb6646 /src/Daemon/abrtd.8
parent7b0bb706e4c898ca47e11311b4337ea8f99d59a8 (diff)
downloadabrt-3441533d3bf93bec4d6d6a1826bb3d053f337b2f.tar.gz
abrt-3441533d3bf93bec4d6d6a1826bb3d053f337b2f.tar.xz
abrt-3441533d3bf93bec4d6d6a1826bb3d053f337b2f.zip
rename abrt.8 to abrtd.8
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/abrtd.8')
-rw-r--r--src/Daemon/abrtd.838
1 files changed, 38 insertions, 0 deletions
diff --git a/src/Daemon/abrtd.8 b/src/Daemon/abrtd.8
new file mode 100644
index 00000000..b106041d
--- /dev/null
+++ b/src/Daemon/abrtd.8
@@ -0,0 +1,38 @@
+.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 that watches for application crashes. When a crash occurs,
+it collects the crash data (core file, application's command line etc.)
+and takes action according to the type of application that
+crashed and according to the configuration in the
+.I abrt.conf
+config file. There are plugins for various actions: for example to report
+the crash to Bugzilla, to mail the report, or to transfer 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 more debugging information when the daemon is started.
+.SH CAVEATS
+When you use some other crash-catching tool, specific for an application
+or an application type (for example BugBuddy for GNOME applications),
+crashes of this type will be handled by that tool and
+not by \fIabrt\fP. If you want \fIabrt\fP to handle these crashes,
+turn off the higher-level crash-catching tool.
+.SH "SEE ALSO"
+.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
+Novotný <dnovotny@redhat.com>.