diff options
author | Daniel Frederick Crisman <daniel@crisman.org> | 2006-06-10 06:49:29 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-12 12:08:54 +0000 |
commit | 5d44bfff2e970064b1e107e564a35a3e07c5a058 (patch) | |
tree | e18257f7945b2e0cf7e1222f80dd46d2b3956336 /pod/perldiag.pod | |
parent | 42d0e0b77a1ef47b81ab3e346a1a4dc0af5b9bec (diff) | |
download | perl-5d44bfff2e970064b1e107e564a35a3e07c5a058.tar.gz |
Re: [PATCH DOC] Three minor fixes related to perlop
Message-ID: <20060610144929.GA10201@fury.crisman.org>
p4raw-id: //depot/perl@28382
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 7594aac886..93c8767ef3 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3773,7 +3773,7 @@ C<can> may break this. (P) The substitution was looping infinitely. (Obviously, a substitution shouldn't iterate more times than there are characters of input, which is what happened.) See the discussion of substitution in -L<perlop/"Quote and Quote-like Operators">. +L<perlop/"Regexp Quote-Like Operators">. =item Substitution pattern not terminated |