diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-04-18 13:36:52 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-04-18 13:36:52 +0100 |
commit | ca3178e0ad8db63501396e99ca174e2bc98da1e4 (patch) | |
tree | 01eaa5b18c01ca62ea0f3fdf589b9907d9c3b195 /Porting/perldelta_template.pod | |
parent | e2f9dcb2999dc671ac63388990a0177b7fb30f83 (diff) | |
download | perl-ca3178e0ad8db63501396e99ca174e2bc98da1e4.tar.gz |
perldelta - Update, remove boilerplates, and do some copy-editing
Also update the template for utilities: a =head3 doesn't look right
directly under a =head1 so make it a =head2 instead.
Diffstat (limited to 'Porting/perldelta_template.pod')
-rw-r--r-- | Porting/perldelta_template.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/perldelta_template.pod b/Porting/perldelta_template.pod index d68e1080ef..70838c622b 100644 --- a/Porting/perldelta_template.pod +++ b/Porting/perldelta_template.pod @@ -213,11 +213,11 @@ XXX Describe change here XXX Changes to installed programs such as F<perlbug> and F<xsubpp> go here. Most of these are built within the directories F<utils> and F<x2p>. -[ List utility changes as a =head3 entry for each utility and =item +[ List utility changes as a =head2 entry for each utility and =item entries for each change Use L<XXX> with program names to get proper documentation linking. ] -=head3 L<XXX> +=head2 L<XXX> =over 4 |