This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eda440
)
perlglossary: Fix broken links
author
Karl Williamson
<public@khwilliamson.com>
Tue, 26 Apr 2011 15:34:46 +0000
(09:34 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Wed, 18 May 2011 17:15:03 +0000
(11:15 -0600)
pod/perlglossary.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlglossary.pod
b/pod/perlglossary.pod
index
3a573c3
..
c93de49
100644
(file)
--- 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