From: Gurusamy Sarathy <gsar@cpan.org>
Date: Sat, 4 Mar 2000 18:59:03 +0000 (+0000)
Subject: pod tweak
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=04cf9722f96bb98b149fe523581f19b3062676dc;p=p5sagit%2Fp5-mst-13.2.git

pod tweak

p4raw-id: //depot/perl@5523
---

diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index c139c23..4afb855 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>