From 12197a5f9ef9429ff56cd9563a01e98edc4bdb2d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 1 Apr 2010 14:11:57 +0200 Subject: whitespace cleanup, no code changes Signed-off-by: Denys Vlasenko --- src/utils/abrt-backtrace.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/utils') diff --git a/src/utils/abrt-backtrace.1 b/src/utils/abrt-backtrace.1 index ff7c2be2..96e0c445 100644 --- a/src/utils/abrt-backtrace.1 +++ b/src/utils/abrt-backtrace.1 @@ -6,8 +6,8 @@ abrt\-backtrace \- a backtrace analyzer for abrt [option]... [FILE] .SH DESCRIPTION .I abrt\-backtrace -is a command line tool that analyzes backtraces produced by -GDB and provides their textual representation useful for +is a command line tool that analyzes backtraces produced by +GDB and provides their textual representation useful for crash duplication detection. By default, abrt\-backtrace prints the backtrace tree created by @@ -31,7 +31,7 @@ unsupported format. .PP .B Various options .IP "\-n, \-\-single-thread" -Removes all threads except the one that caused the crash from +Removes all threads except the one that caused the crash from the internal representation of the backtrace. .IP "\-d=N, \-\-frame-depth=N" Display only the top N frames in every thread. -- cgit