summaryrefslogtreecommitdiff
path: root/util.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-08-26 12:52:58 -0600
committerKarl Williamson <khw@cpan.org>2020-08-31 15:38:54 -0600
commitbbfd8f811c2f4b1cb022066258c688d922fd1782 (patch)
tree16c6b85d8781024d49e0c55b733537528e6bf8e4 /util.c
parent5cbcd3212482f9ad04951be65a87e5f43ff2cd06 (diff)
downloadperl-bbfd8f811c2f4b1cb022066258c688d922fd1782.tar.gz
perlapi for get_c_backtrace_dump: fix verbatim
These weren't indented so weren't treated as verbatim
Diffstat (limited to 'util.c')
-rw-r--r--util.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/util.c b/util.c
index 732f364e02..87ad3a8bfe 100644
--- a/util.c
+++ b/util.c
@@ -6402,10 +6402,10 @@ the C<skip> innermost ones. C<depth> of 20 is usually enough.
The appended output looks like:
-...
-1 10e004812:0082 Perl_croak util.c:1716 /usr/bin/perl
-2 10df8d6d2:1d72 perl_parse perl.c:3975 /usr/bin/perl
-...
+ ...
+ 1 10e004812:0082 Perl_croak util.c:1716 /usr/bin/perl
+ 2 10df8d6d2:1d72 perl_parse perl.c:3975 /usr/bin/perl
+ ...
The fields are tab-separated. The first column is the depth (zero
being the innermost non-skipped frame). In the hex:offset, the hex is