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:
7ba31cb
)
Fix broken link in perlglossary.pod
author
Karl Williamson
<khw@khw-desktop.(none)>
Wed, 23 Jun 2010 16:02:31 +0000
(10:02 -0600)
committer
Jesse Vincent
<jesse@bestpractical.com>
Tue, 29 Jun 2010 02:30:05 +0000
(22:30 -0400)
pod/perlglossary.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlglossary.pod
b/pod/perlglossary.pod
index
41dc412
..
9f0f646
100644
(file)
--- a/
pod/perlglossary.pod
+++ b/
pod/perlglossary.pod
@@
-469,7
+469,7
@@
a L<captured substring|/capturing> by a regex subpattern.
The use of parentheses around a L</subpattern> in a L</regular
expression> to store the matched L</substring> as a L</backreference>
-or L<
/
capture group>.
+or L<
capture group|/capture buffer,
capture group>.
(Captured strings are also returned as a list in L</list context>.)
=item character