From 982fad340ad46b81257cfeb17f80fd6ca90ebc18 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 10 Dec 2009 14:29:52 +0100 Subject: abrtd: fix manpage: s/abrt/abrtd/; document -s and -v Signed-off-by: Denys Vlasenko --- src/Daemon/abrtd.8 | 25 +++++++++++++++---------- 1 file 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), -- cgit