perlglossary: Fix broken links
authorKarl Williamson <public@khwilliamson.com>
Tue, 26 Apr 2011 15:34:46 +0000 (09:34 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 18 May 2011 17:15:03 +0000 (11:15 -0600)
pod/perlglossary.pod

index 3a573c3..c93de49 100644 (file)
@@ -1938,7 +1938,7 @@ a big language, it turns out small.  Go figure.
 
 =item mode
 
-In the context of the L<stat> syscall, refers to the field holding
+In the context of the L<stat(2)> syscall, refers to the field holding
 the L</permission bits> and the type of the L</file>.
 
 =item modifier
@@ -2986,7 +2986,7 @@ A program technique that lets you evaluate an L</expression> and then,
 based on the value of the expression, do a multiway branch to the
 appropriate piece of code for that value.  Also called a "case
 structure", named after the similar Pascal construct.  See
-L<perlsyn/"Switch statements">.
+See L<perlsyn/Basic BLOCKs>.
 
 =item symbol