summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2010-07-20 03:38:04 -0400
committerDavid Golden <dagolden@cpan.org>2010-07-20 03:38:04 -0400
commit67c865800ec6e376afe38356f9b75d7805dc7203 (patch)
tree627eb664e24918ff3309b583929fcf63471db773
parent55d0b987f5c0a65ea8e4c104e3d0755cd935d9be (diff)
downloadperl-67c865800ec6e376afe38356f9b75d7805dc7203.tar.gz
perl5133delta.pod refer to \o{...} consistently
-rw-r--r--pod/perl5133delta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5133delta.pod b/pod/perl5133delta.pod
index 0ac6c806f4..5bcc776c27 100644
--- a/pod/perl5133delta.pod
+++ b/pod/perl5133delta.pod
@@ -72,7 +72,7 @@ C<\x{1FF}>, with no deprecation warning. Use of these values in the
command line option C<"-0"> retains the current meaning to slurp input
files whole; previously, this was documented only for C<"-0777">. It is
recommended, however, because of various ambiguities, to use the new
-L</\o{...}> construct to represent characters in octal.
+C<\o{...}> construct to represent characters in octal.
(fa1639c..f6993e9).
=head1 Deprecations
@@ -290,7 +290,7 @@ The Perl 5.12.1 perldelta file was added from the Perl maintenance branch
=item *
Octal character escapes in documentation now prefer a three-digit octal
-escape or the new C<\o{}> escape as they have more consistent behavior
+escape or the new C<\o{...}> escape as they have more consistent behavior
in different contexts than other forms. (ce7b6f0) (d8b950d) (e1f120a)
=item *