diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-01 04:35:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-01 04:35:39 +0000 |
commit | 248e172a5c70a92f68eb1fb746fb20e71358b43b (patch) | |
tree | 655f9b1ec0ec029b544c7d50dbaf863c1a63b3df /pod | |
parent | 4989cd700241442f5c84eca96483a048db563dac (diff) | |
download | perl-248e172a5c70a92f68eb1fb746fb20e71358b43b.tar.gz |
Regen toc and modlib.
p4raw-id: //depot/perl@13397
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlmodlib.pod | 2 | ||||
-rw-r--r-- | pod/perltoc.pod | 17 |
2 files changed, 13 insertions, 6 deletions
diff --git a/pod/perlmodlib.pod b/pod/perlmodlib.pod index 3426371841..64bd9b41e2 100644 --- a/pod/perlmodlib.pod +++ b/pod/perlmodlib.pod @@ -777,7 +777,7 @@ Convert POD data to formatted *roff input =item Pod::ParseLink -Parse an L<> formatting code in POD text +Parse an LE<lt>E<gt> formatting code in POD text =item Pod::ParseUtils diff --git a/pod/perltoc.pod b/pod/perltoc.pod index 3b6885f03b..6e045f4ffd 100644 --- a/pod/perltoc.pod +++ b/pod/perltoc.pod @@ -1190,6 +1190,8 @@ $ARGV, @ARGV, @F, @INC, @_, %INC, %ENV, $ENV{expr}, %SIG, $SIG{expr} =item Alignment, Take 2 +=item Alignment, Take 3 + =item Pointers for How to Use Them =back @@ -2565,8 +2567,6 @@ User::pwent, Win32 =item Guidelines for Module Creation -Adding a Copyright Notice - =item Guidelines for Converting Perl 4 Library Scripts into Modules =item Guidelines for Reusing Application Code @@ -6432,7 +6432,7 @@ C<-lcygipc> (C<use IPC::SysV>) =item Configure-time Options for Perl on Cygwin -C<-Uusedl>, C<-Uusemymalloc>, C<-Dusemultiplicity>, C<-Duseperlio>, +C<-Uusedl>, C<-Uusemymalloc>, C<-Uuseperlio>, C<-Dusemultiplicity>, C<-Duse64bitint>, C<-Duselongdouble>, C<-Dusethreads>, C<-Duselargefiles> =item Suspicious Warnings on Cygwin @@ -6732,6 +6732,8 @@ op/lexassign.t, pragma/warnings.t =item NOTE +=item Binary distribution from HP + =item What's New in Perl for MPE/iX =item Welcome to Perl/iX @@ -7054,7 +7056,8 @@ C<COND_WAIT>, F<os2.c> =back -=head2 perlos390, README.os390 - building and installing Perl for OS/390. +=head2 perlos390, README.os390 - building and installing Perl for OS/390 +and z/OS =over 4 @@ -7064,6 +7067,8 @@ C<COND_WAIT>, F<os2.c> =over 4 +=item Tools + =item Unpacking Perl distribution on OS/390 =item Setup and utilities for Perl on OS/390 @@ -10427,6 +10432,8 @@ arrays =item Tag Handling Utility Functions +=item C<AUTOLOAD>ed Constants + =back =back @@ -15004,7 +15011,7 @@ escape EE<lt>%sE<gt>, %s:%d: Unknown formatting code %s, %s:%d: Unmatched =back -=head2 Pod::ParseLink -- Parse an L<> formatting code in POD text +=head2 Pod::ParseLink -- Parse an LE<lt>E<gt> formatting code in POD text =over 4 |