summaryrefslogtreecommitdiffstats
path: root/src/daemon/abrtd.8
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2010-08-10 10:21:25 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2010-08-10 10:21:56 +0200
commit83a6ce9ad4b1828e163dc7172ef603201b748473 (patch)
tree9d0580eba6c01cb5964655df42bafab9de91329b /src/daemon/abrtd.8
parente84ab7783d05eb7b5f1b55ab44e7c23c85e50516 (diff)
downloadabrt-83a6ce9ad4b1828e163dc7172ef603201b748473.tar.gz
abrt-83a6ce9ad4b1828e163dc7172ef603201b748473.tar.xz
abrt-83a6ce9ad4b1828e163dc7172ef603201b748473.zip
lower case direcotry(no code changed)
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
Diffstat (limited to 'src/daemon/abrtd.8')
-rw-r--r--src/daemon/abrtd.843
1 files changed, 43 insertions, 0 deletions
diff --git a/src/daemon/abrtd.8 b/src/daemon/abrtd.8
new file mode 100644
index 00000000..150f0c3d
--- /dev/null
+++ b/src/daemon/abrtd.8
@@ -0,0 +1,43 @@
+.TH abrtd "8" "28 May 2009" ""
+.SH NAME
+abrtd \- automated bug reporting tool's daemon
+.SH SYNOPSIS
+.B abrtd [-dsv[v]...]
+.SH DESCRIPTION
+.I abrtd
+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"
+
+Stay in the foreground and log to standard error.
+.TP
+.B "\-s"
+
+Log to system log even with option -d.
+.TP
+.B "\-v"
+
+Log more detailed debugging information.
+.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 \fIabrtd\fP. If you want \fIabrtd\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>.