summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl2
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";