diff options
author | Father Chrysostomos <perlbug-followup@perl.org> | 2010-05-03 14:52:01 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-05-03 14:52:01 +0200 |
commit | a23e6e2012eae03dbd049a058d24b0ce29357c76 (patch) | |
tree | 2330ece6550e6d801d6856d4eaf9038ab89f4f92 /autodoc.pl | |
parent | cfe91bfa026ab1b1865d468d3ab6386d9b410344 (diff) | |
download | perl-a23e6e2012eae03dbd049a058d24b0ce29357c76.tar.gz |
[perl #74856] Fix POD syntax in perlapi
Diffstat (limited to 'autodoc.pl')
-rw-r--r-- | autodoc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl index 2fc039716f..285bc3a5b3 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -176,7 +176,7 @@ _EOH_ } if (@$missing) { - print $fh "=head1 Undocumented functions\n\n"; + print $fh "\n=head1 Undocumented functions\n\n"; print $fh "These functions are currently undocumented:\n\n=over\n\n"; for my $missing (sort @$missing) { print $fh "=item $missing\nX<$missing>\n\n"; |