summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-08-20 03:53:52 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-08-20 03:53:52 +0200
commit49be3765985e6e45cec020ccf2cebcf764856bc1 (patch)
treed5009841884cf200b9d27da94829d075e79d512b /pod
parentcf00cff51cf38724b6521091dc58793d7eb591ef (diff)
downloadperl-49be3765985e6e45cec020ccf2cebcf764856bc1.tar.gz
Improve perldelta formatting
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5134delta.pod14
1 files changed, 7 insertions, 7 deletions
diff --git a/pod/perl5134delta.pod b/pod/perl5134delta.pod
index a475cfe946..be17c1b3bc 100644
--- a/pod/perl5134delta.pod
+++ b/pod/perl5134delta.pod
@@ -35,31 +35,31 @@ Functions declared with the following prototypes now behave correctly as unary f
=item *
-*
+C<*>
=item *
-\sigil
+C<\sigil>
=item *
-\[...]
+C<\[...]>
=item *
-;$
+C<;$>
=item *
-;*
+C<;*>
=item *
-;\sigil
+C<;\sigil>
=item *
-;\[...]
+C<;\[...]>
=back