projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65bca31
)
Further pod nit spotted by Jarkko
author
Nicholas Clark
<nick@ccl4.org>
Mon, 31 Oct 2005 19:14:47 +0000
(19:14 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Mon, 31 Oct 2005 19:14:47 +0000
(19:14 +0000)
p4raw-id: //depot/perl@25938
pod/perlhack.pod
patch
|
blob
|
history
diff --git
a/pod/perlhack.pod
b/pod/perlhack.pod
index
accdf84
..
a1f6e61
100644
(file)
--- a/
pod/perlhack.pod
+++ b/
pod/perlhack.pod
@@
-2482,7
+2482,7
@@
file and line number (and C function name, if supported by the C compiler).
This logging is somewhat similar to C<-Dm> but independent of C<-DDEBUGGING>,
and at a higher level (the C<-Dm> is directly at the point of C<malloc()>,
-while the C<PERL_MEM_LOG> is at the level of C<New()
>
>.
+while the C<PERL_MEM_LOG> is at the level of C<New()
)
>.
=head2 Profiling