summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 14:11:57 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-01 14:11:57 +0200
commit12197a5f9ef9429ff56cd9563a01e98edc4bdb2d (patch)
treec2a2544d10adb53b1fa1c079d7964306c5415757 /src/utils
parent637815259eace25be77f1794624c98a3e694d7c0 (diff)
downloadabrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.tar.gz
abrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.tar.xz
abrt-12197a5f9ef9429ff56cd9563a01e98edc4bdb2d.zip
whitespace cleanup, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/abrt-backtrace.16
1 files changed, 3 insertions, 3 deletions
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.