summaryrefslogtreecommitdiff
path: root/pod/perldebug.pod
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-09-20 15:08:33 +0100
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-09-20 15:08:33 +0100
commit184e971831b273a4209000a9990327c3ea67e866 (patch)
tree4d6ac6b99c1907585bfe284ff6c2d882fa5db009 /pod/perldebug.pod
parent9c3bb3dec7e8cf606ffb42be143f70853f7d31a1 (diff)
downloadperl-184e971831b273a4209000a9990327c3ea67e866.tar.gz
perl 5.003_06: pod/perlcall.pod pod/perldata.pod pod/perldebug.pod pod/perlembed.pod pod/perlfunc.pod pod/perlipc.pod pod/perlpod.pod pod/perlref.pod pod/perlstyle.pod pod/perlsyn.pod pod/perltie.pod pod/perlxstut.pod
Date: Wed, 11 Sep 1996 11:55:18 -0500 From: "Daniel S. Lewart" <lewart@vadds.cvm.uiuc.edu> Subject: POD spelling patches Date: Fri, 20 Sep 1996 15:08:33 +0100 (BST) From: "Joseph S. Myers" <jsm28@hermes.cam.ac.uk> Subject: Pod typos, pod2man bugs, and miscellaneous installation comments Here is a patch for various typos and other defects in the Perl 5.003_05 pods, including the pods embedded in library modules.
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r--pod/perldebug.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod
index 32c2ebf78e..f77bc92a70 100644
--- a/pod/perldebug.pod
+++ b/pod/perldebug.pod
@@ -106,7 +106,7 @@ supplied that includes function calls, it too will be single-stepped.
Next. Executes over subroutine calls, until it reaches the beginning
of the next statement.
-=item <CR>
+=item E<lt>CRE<gt>
Repeat last C<n> or C<s> command.
@@ -338,12 +338,12 @@ be uniquely abbreviated by the first letter.
See "Debugger Internals" below for more details.
-=item < command
+=item E<lt> command
Set an action to happen before every debugger prompt. A multiline
command may be entered by backslashing the newlines.
-=item > command
+=item E<gt> command
Set an action to happen after the prompt when you've just given a
command to return to executing the script. A multiline command may be
@@ -581,7 +581,7 @@ If true, no I/O is performed until an interrupt.
=item LineInfo
-File or pipe to print line number info to. If it'sis a
+File or pipe to print line number info to. If it is a
pipe, then a short, "emacs like" message is used.
Example rc file: