This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more perldiag grammar/punctuation tweaks
[perl5.git] / pod / perldebtut.pod
index a38349b..77b8690 100644 (file)
@@ -512,7 +512,7 @@ using the list 'L' command:
                17:            print "$out $deg\n";
                break if (1)     
 
-Note that to delete a breakpoint you use 'd' or 'D'.
+Note that to delete a breakpoint you use 'B'.
 
 Now we'll continue down into our subroutine, this time rather than by line
 number, we'll use the subroutine name, followed by the now familiar 'v':
@@ -708,7 +708,7 @@ L<perlrun>
 
 =head1 AUTHOR
 
-Richard Foley <richard@rfi.net> Copyright (c) 2000
+Richard Foley <richard.foley@rfi.net> Copyright (c) 2000
 
 
 =head1 CONTRIBUTORS