This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In buildtoc, remove a superfluous "\n " passed to output()
[perl5.git] / installhtml
old mode 100755 (executable)
new mode 100644 (file)
index 0761dfb..a495281
@@ -112,8 +112,6 @@ perl documentation:
 
 Chris Hall E<lt>hallc@cs.colorado.eduE<gt>
 
-=head1 TODO
-
 =cut
 
 my $usage;
@@ -172,7 +170,7 @@ $pod2html = "pod/pod2html";
 usage("") unless @ARGV;
 
 # Overcome shell's p1,..,p8 limitation.  
-# See vms/descrip_mms.template -> descrip.mms for invokation.
+# See vms/descrip_mms.template -> descrip.mms for invocation.
 if ( $^O eq 'VMS' ) { @ARGV = split(/\s+/,$ARGV[0]); }
 
 use vars qw( %Options );