pod tweak
Gurusamy Sarathy [Sat, 4 Mar 2000 18:59:03 +0000 (18:59 +0000)]
p4raw-id: //depot/perl@5523

pod/perldebug.pod

index c139c23..4afb855 100644 (file)
@@ -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>