diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-02-19 18:33:22 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-03-17 11:16:15 +0100 |
commit | de9ddc2658f2fe67a3d6a86e14eb6634e2fb7e6f (patch) | |
tree | bfd7134dda314e1c3644775aa8ed7475433d23c3 | |
parent | 081753c830d198a217b6d919d68090aab769b724 (diff) | |
download | perl-de9ddc2658f2fe67a3d6a86e14eb6634e2fb7e6f.tar.gz |
In the perlfunc cross-reference sections, link to the section within a page.
perlfunc now has a section cross referencing keywords documented elsewhere.
Keywords are grouped by man page, and for most manpages, all the
cross-referenced keywords are in the same section. Hence make the L<> links
more specific by including the section.
-rw-r--r-- | pod/perlfunc.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 73654d16e0..b8ac5c0b08 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -9064,7 +9064,7 @@ L<perlop/"Quote and Quote-like Operators">. =item __END__ -These keywords are documented in L<perldata>. +These keywords are documented in L<perldata/"Special Literals">. =back @@ -9082,7 +9082,7 @@ These keywords are documented in L<perldata>. =item UNITCHECK -These keywords are documented in L<perlmod>. +These compile phase keywords are documented in L<perlmod/"BEGIN, UNITCHECK, CHECK, INIT and END">. =back @@ -9092,7 +9092,7 @@ These keywords are documented in L<perlmod>. =item DESTROY -This keyword is documented in L<perlobj>. +This method keyword is documented in L<perlobj/"Destructors">. =back @@ -9136,7 +9136,7 @@ These operators are documented in L<perlop>. =item AUTOLOAD -These are documented in L<perlsub>. +This keyword is documented in L<perlsub/"Autoloading">. =back @@ -9160,7 +9160,7 @@ These are documented in L<perlsub>. =item while -These flow-control keywords are documented in L<perlsyn>. +These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back |