In the perlfunc cross-reference sections, link to the section within a page.
authorNicholas Clark <nick@ccl4.org>
Sun, 19 Feb 2012 17:33:22 +0000 (18:33 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Mar 2012 10:16:15 +0000 (11:16 +0100)
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.

pod/perlfunc.pod

index 73654d1..b8ac5c0 100644 (file)
@@ -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