Re: [PATCH DOC] Three minor fixes related to perlop
Daniel Frederick Crisman [Sat, 10 Jun 2006 10:49:29 +0000 (06:49 -0400)]
Message-ID: <20060610144929.GA10201@fury.crisman.org>

p4raw-id: //depot/perl@28382

pod/perldiag.pod
pod/perlop.pod

index 7594aac..93c8767 100644 (file)
@@ -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
 
index 0d906dd..b1348fa 100644 (file)
@@ -1233,9 +1233,9 @@ Here is the output (split into several lines):
  MiXeD line-noise. That's all!
 
 =item q/STRING/
-X<q> X<quote, double> X<'> X<''>
+X<q> X<quote, single> X<'> X<''>
 
-=item C<'STRING'>
+=item 'STRING'
 
 A single-quoted, literal string.  A backslash represents a backslash
 unless followed by the delimiter or another backslash, in which case