projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac135a7
)
pod tweak
author
Gurusamy Sarathy
<gsar@cpan.org>
Sat, 4 Mar 2000 18:59:03 +0000
(18:59 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Sat, 4 Mar 2000 18:59:03 +0000
(18:59 +0000)
p4raw-id: //depot/perl@5523
pod/perldebug.pod
patch
|
blob
|
history
diff --git
a/pod/perldebug.pod
b/pod/perldebug.pod
index
c139c23
..
4afb855
100644
(file)
--- 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>