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
commit6fca1cc6f215c90a82497689cf2f46525b1c9b22 (patch)
treefb59e48cd38868f6884112837e536502649113de /pod/perldebug.pod
parentc013527eb3bc2f1240ac66dc59a85a8a6742730d (diff)
downloadperl-6fca1cc6f215c90a82497689cf2f46525b1c9b22.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>