From: Daniel Frederick Crisman Date: Sat, 10 Jun 2006 10:49:29 +0000 (-0400) Subject: Re: [PATCH DOC] Three minor fixes related to perlop X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5d44bfff2e970064b1e107e564a35a3e07c5a058;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH DOC] Three minor fixes related to perlop Message-ID: <20060610144929.GA10201@fury.crisman.org> p4raw-id: //depot/perl@28382 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 7594aac..93c8767 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3773,7 +3773,7 @@ C 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. +L. =item Substitution pattern not terminated diff --git a/pod/perlop.pod b/pod/perlop.pod index 0d906dd..b1348fa 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1233,9 +1233,9 @@ Here is the output (split into several lines): MiXeD line-noise. That's all! =item q/STRING/ -X X X<'> X<''> +X X 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