diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-07 08:29:28 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-07 08:29:28 +0000 |
commit | 6d0f518e0b7ff19ca6956aba9c075bcc87b59d84 (patch) | |
tree | 3ba9fcbf1336cb6a5b48d36081e194619ba705f1 /pod/perldebug.pod | |
parent | fac7034317257ca372dae1fbecbc49d69a7c7d66 (diff) | |
download | perl-6d0f518e0b7ff19ca6956aba9c075bcc87b59d84.tar.gz |
pod fixes (from Abigail and M J T Guy)
p4raw-id: //depot/perl@5015
Diffstat (limited to 'pod/perldebug.pod')
-rw-r--r-- | pod/perldebug.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldebug.pod b/pod/perldebug.pod index 1c94f5fda0..2431fc47f1 100644 --- a/pod/perldebug.pod +++ b/pod/perldebug.pod @@ -145,7 +145,7 @@ List C<incr+1> lines starting at C<min>. =item l min-max -List lines C<min> through C<max>. C<l -> is synonymous to C<->. +List lines C<min> through C<max>. C<l E<45>> is synonymous to C<E<45>>. =item l line |