summaryrefslogtreecommitdiffstats
path: root/src/Daemon/abrtd.8
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/abrtd.8')
-rw-r--r--src/Daemon/abrtd.825
1 files changed, 15 insertions, 10 deletions
diff --git a/src/Daemon/abrtd.8 b/src/Daemon/abrtd.8
index b106041d..150f0c3d 100644
--- a/src/Daemon/abrtd.8
+++ b/src/Daemon/abrtd.8
@@ -1,10 +1,10 @@
-.TH abrt "8" "28 May 2009" ""
+.TH abrtd "8" "28 May 2009" ""
.SH NAME
-abrt \- an automated bug-reporting tool
+abrtd \- automated bug reporting tool's daemon
.SH SYNOPSIS
-.B abrt [ -d ]
+.B abrtd [-dsv[v]...]
.SH DESCRIPTION
-.I abrt
+.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
@@ -17,17 +17,22 @@ respective plugins.
.SH OPTIONS
.TP
-
.B "\-d"
-This option causes
-.I abrt
-to print more debugging information when the daemon is started.
+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
+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,
+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),