This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
unbalanced parenthesis in pods
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 4 Nov 2001 22:28:57 +0000 (23:28 +0100)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 4 Nov 2001 22:15:39 +0000 (22:15 +0000)
Message-ID: <20011104222857.C696@rafael>

p4raw-id: //depot/perl@12849

pod/perldebug.pod
pod/perlpodspec.pod

index 2133fcf..7997a38 100644 (file)
@@ -955,7 +955,7 @@ You cannot get stack frame information or in any fashion debug functions
 that were not compiled by Perl, such as those from C or C++ extensions.
 
 If you alter your @_ arguments in a subroutine (such as with C<shift>
-or C<pop>, the stack backtrace will not show the original values.
+or C<pop>), the stack backtrace will not show the original values.
 
 The debugger does not currently work in conjunction with the B<-W>
 command-line switch, because it itself is not free of warnings.
index 5b07190..6b6e08d 100644 (file)
@@ -1110,7 +1110,7 @@ The section (AKA "item" in older perlpods), or undef if none.  E.g.,
 in L<Getopt::Std/DESCRIPTION>, "DESCRIPTION" is the section.  (Note
 that this is not the same as a manpage section like the "5" in "man 5
 crontab".  "Section Foo" in the Pod sense means the part of the text
-that's introduced by the heading or item whose text is "Foo".
+that's introduced by the heading or item whose text is "Foo".)
 
 =back