summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-26 09:34:46 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-18 11:15:03 -0600
commitdfcceb59422b1e61e0ababde119fb6f16a8fa160 (patch)
tree37a9e782e621156af2d5a95749ad6237e8927f72
parent0eda440923f26043086f72247a76116fac7867b0 (diff)
downloadperl-dfcceb59422b1e61e0ababde119fb6f16a8fa160.tar.gz
perlglossary: Fix broken links
-rw-r--r--pod/perlglossary.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlglossary.pod b/pod/perlglossary.pod
index 3a573c375b..c93de4951e 100644
--- a/pod/perlglossary.pod
+++ b/pod/perlglossary.pod
@@ -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