summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSawyer X <xsawyerx@cpan.org>2016-02-20 20:46:45 +0100
committerSawyer X <xsawyerx@cpan.org>2016-02-20 20:46:45 +0100
commitaed13984243c935bb8b73650a63e730cbc85c26a (patch)
treefc77b2ec7a4c20e651fd01c5ce6a12f07f177309
parentfc9da770321d3fda8e278a818f9325a081392154 (diff)
downloadperl-aed13984243c935bb8b73650a63e730cbc85c26a.tar.gz
Typos, POD errors, etc.
-rw-r--r--pod/perldelta.pod22
1 files changed, 8 insertions, 14 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a4b92e521d..a520e733e1 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -31,7 +31,7 @@ the owner read and write bits from the given mode before applying it,
rather than the intended negation of leaving only those bits in place.
Systems that use mode 0666 in C<mkstemp(3)> (like old versions of
-glibc) createa a file with permissions 0066, leaving world read and
+glibc) create a file with permissions 0066, leaving world read and
write permissions regardless of current umask.
This has been fixed by using umask 0177 instead. [perl #127322]
@@ -185,18 +185,18 @@ diagnostic messages, see L<perldiag>.
=item *
-L<Sequence (?PE<lt>... not terminated in regex; marked by S<<-- HERE> in mE<sol>%sE<sol>
-|perldiag/"Sequence (?PE<lt>... not terminated in regex; marked by <-- HERE in mE<sol>%sE<sol>">
+L<<< Sequence (?PE<lt>... not terminated in regex; marked by E<lt>-- HERE in mE<sol>%sE<sol>
+|perldiag/"Sequence (?PE<lt>... not terminated in regex; marked by <-- HERE in mE<sol>%sE<sol>" >>>
=item *
-L<Sequence (?PE<gt>... not terminated in regex; marked by S<<-- HERE> in mE<sol>%sE<sol>
-|perldiag/Sequence (?PE<gt>... not terminated in regex; marked by <-- HERE in mE<sol>%sE<sol>>
+L<Sequence (?PE<gt>... not terminated in regex; marked by E<lt>-- HERE in mE<sol>%sE<sol>
+|perldiag/"Sequence (?PE<gt>... not terminated in regex; marked by <-- HERE in mE<sol>%sE<sol>">
=item *
-L<Empty \%c in regex; marked by S<<-- HERE> in mE<sol>%sE<sol>
-|perldiag/Empty \%c in regex; marked by <-- HERE in mE<sol>%sE<sol>>
+L<Empty \%c in regex; marked by E<lt>-- HERE in mE<sol>%sE<sol>
+|perldiag/"Empty \%c in regex; marked by <-- HERE in mE<sol>%sE<sol>">
=back
@@ -255,12 +255,6 @@ determined by C<PERL_ENV_TABLES> and as documented in L<perlvms/%ENV>.
=back
-=back
-
-=head2 Platform-Specific Notes
-
-=over 4
-
=item Win32
Builds using Microsoft Visual C++ 2003 and earlier no longer produce
@@ -306,7 +300,7 @@ or renamed:
=item *
C<cx_pushblock()> now saves C<PL_savestack_ix> and C<PL_tmps_floor>, so
-CMpp_enter*> and C<pp_leave*> no longer do
+C<pp_enter*> and C<pp_leave*> no longer do
ENTER; SAVETMPS; ....; LEAVE