From 6fca1cc6f215c90a82497689cf2f46525b1c9b22 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sat, 4 Mar 2000 18:59:03 +0000 Subject: pod tweak p4raw-id: //depot/perl@5523 --- pod/perldebug.pod | 4 ++-- 1 file 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 @@ -361,7 +361,7 @@ If 0, allows I the end of the script. =item C -If set, suppress printing of return value after C command. +Print return value after C command if set (default). =item C -- cgit v1.2.1