diff options
author | Joseph S. Myers <jsm28@hermes.cam.ac.uk> | 1996-09-20 15:08:33 +0100 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-09-20 15:08:33 +0100 |
commit | 1fef88e72b0b21420614d87ecab0aaedf3725271 (patch) | |
tree | 12e4d27d75a69c3c3bfe2e5be19ce1298d39af74 /pod/buildtoc | |
parent | 3c8c04f28a9e6693f95217cf81ec5f2cdb2bb4d2 (diff) | |
download | perl-1fef88e72b0b21420614d87ecab0aaedf3725271.tar.gz |
Pod typos, pod2man bugs, and miscellaneous installation comments
Here is a patch for various typos and other defects in the Perl
5.003_05 pods, including the pods embedded in library modules.
Diffstat (limited to 'pod/buildtoc')
-rw-r--r-- | pod/buildtoc | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/pod/buildtoc b/pod/buildtoc index 9ca5e920fd..8a9b7ff5cb 100644 --- a/pod/buildtoc +++ b/pod/buildtoc @@ -2,11 +2,13 @@ use File::Find; use Cwd; @pods = qw{ - perl perldata perlsyn perlop perlre perlrun perlfunc perlvar - perlsub perlmod perlref perldsc perllol perlobj perltie - perlbot perldebug perldiag perlform perlipc perlsec perltrap - perlstyle perlxs perlxstut perlguts perlcall perlembed perlpod - perlbook + perl + perldata perlsyn perlop perlre perlrun perlfunc perlvar + perlsub perlmod perlform + perlref perldsc perllol perlobj perltie perlbot perlipc + perldebug perldiag perlsec perltrap perlstyle + perlpod perlbook + perlembed perlapio perlxs perlxstut perlguts perlcall }; for (@pods) { s/$/.pod/ } @@ -100,7 +102,7 @@ podset( @modules[ sort { $modname[$a] cmp $modname[$b] } 0 .. $#modules ] ); =head1 AUXILIARY DOCUMENTATION - Here should be listed all the extra program's docs, but they + Here should be listed all the extra programs' docs, but they don't all have man pages yet: =item a2p |