diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-27 17:13:16 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:06 -0600 |
commit | 9704a6c6d3f5b072a9d84aa7c89843c2a68df2f0 (patch) | |
tree | e254f7ae7bb612906d9ab5ea62b9385a7a0cb547 /ext/Devel-Peek | |
parent | b60bb9a038475d04d29da2f0b27a1ba4fdd80c1d (diff) | |
download | perl-9704a6c6d3f5b072a9d84aa7c89843c2a68df2f0.tar.gz |
ext/Devel-Peek/Peek.pm: Fix broken links
Diffstat (limited to 'ext/Devel-Peek')
-rw-r--r-- | ext/Devel-Peek/Peek.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Devel-Peek/Peek.pm b/ext/Devel-Peek/Peek.pm index a44acfffef..d066c9d8bc 100644 --- a/ext/Devel-Peek/Peek.pm +++ b/ext/Devel-Peek/Peek.pm @@ -139,7 +139,7 @@ When perl is compiled with support for memory footprint debugging Use mstat() function to emit a memory state statistic to the terminal. For more information on the format of output of mstat() see -L<perldebguts/Using C<$ENV{PERL_DEBUG_MSTATS}>>. +L<perldebguts/Using $ENV{PERL_DEBUG_MSTATS}>. Three additional functions allow access to this statistic from Perl. First, use C<mstats_fillhash(%hash)> to get the information contained @@ -152,7 +152,7 @@ Two additional fields C<free>, C<used> contain array references which provide per-bucket count of free and used chunks. Two other fields C<mem_size>, C<available_size> contain array references which provide the information about the allocated size and usable size of chunks in -each bucket. Again, see L<perldebguts/Using C<$ENV{PERL_DEBUG_MSTATS}>> +each bucket. Again, see L<perldebguts/Using $ENV{PERL_DEBUG_MSTATS}> for details. |