1.0.37.12: Fix typo in "Reporting bugs" section of the manual.
[sbcl.git] / doc / manual / support-and-bugs.texinfo
index 5f6c6bd..a99ca6c 100644 (file)
@@ -145,9 +145,10 @@ Attach gdb: @code{gdb -p <pidof sbcl>} and get backtraces for all threads:
 
 @item
 If multiple threads are in play then still in gdb, try to get Lisp
-backtrace for all threads: @code{thread apply all
-call_backtrace_from_fp($ebp, 100)}. Substitute $ebp with $rbp on
-x86-64. The backtraces will appear in the stdout of the SBCL process.
+backtrace for all threads: @code{thread apply all call
+backtrace_from_fp($ebp, 100)}. Substitute @code{$ebp} with @code{$rbp}
+on x86-64. The backtraces will appear in the stdout of the SBCL
+process.
 
 @item
 Send a report with the backtraces and the output (both stdout and