perldebug tweak (from M J T Guy)
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 3 Mar 2000 20:21:05 +0000 (20:21 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 3 Mar 2000 20:21:05 +0000 (20:21 +0000)
p4raw-id: //depot/perl@5496

pod/perldebug.pod

index f89e67f..c139c23 100644 (file)
@@ -126,6 +126,11 @@ of the next statement.  If an expression is supplied that includes
 function calls, those functions will be executed with stops before
 each statement.
 
+=item r
+
+Continue until return from the current subroutine.  Dump the return
+value, unless the PrintRet option is set.
+
 =item <CR>
 
 Repeat last C<n> or C<s> command.
@@ -307,10 +312,6 @@ Add a global watch-expression.
 
 Delete all watch-expressions.
 
-=item r
-
-Continue until return from the current subroutine, and dump the return value.
-
 =item O [opt[=val]] [opt"val"] [opt?]...
 
 Set or query values of options.  val defaults to 1.  opt can
@@ -360,7 +361,7 @@ If 0, allows I<stepping off> the end of the script.
 
 =item C<PrintRet>
 
-affects printing of return value after C<r> command.
+If set, suppress printing of return value after C<r> command.
 
 =item C<ornaments>