doc f7abe7
[p5sagit/p5-mst-13.2.git] / autodoc.pl
index a88af9c..285bc3a 100644 (file)
@@ -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";
@@ -322,7 +322,7 @@ Updated to be autogenerated from comments in the source by Benjamin Stuhl.
 
 =head1 SEE ALSO
 
-perlguts(1), perlxs(1), perlxstut(1), perlintern(1)
+L<perlguts>, L<perlxs>, L<perlxstut>, L<perlintern>
 
 _EOE_
 
@@ -352,6 +352,6 @@ document their functions.
 
 =head1 SEE ALSO
 
-perlguts(1), perlapi(1)
+L<perlguts>, L<perlapi>
 
 END