summaryrefslogtreecommitdiff
path: root/pod/perldebug.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-04 18:59:03 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-04 18:59:03 +0000
commit04cf9722f96bb98b149fe523581f19b3062676dc (patch)
treefb59e48cd38868f6884112837e536502649113de /pod/perldebug.pod
parentac135a7ce12541cdf86286479bfa24c2847dec48 (diff)
downloadperl-04cf9722f96bb98b149fe523581f19b3062676dc.tar.gz
pod tweak
p4raw-id: //depot/perl@5523
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r--pod/perldebug.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index c139c23e34..4afb855955 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -129,7 +129,7 @@ each statement.
=item r
Continue until return from the current subroutine. Dump the return
-value, unless the PrintRet option is set.
+value, if the PrintRet option is set (default).
=item <CR>
@@ -361,7 +361,7 @@ If 0, allows I<stepping off> the end of the script.
=item C<PrintRet>
-If set, suppress printing of return value after C<r> command.
+Print return value after C<r> command if set (default).
=item C<ornaments>