X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldiag.pod;h=1b4ab09c1ae1fca375b2cfbd3cae91890c1454f7;hb=4e9dada01dea61250de18f52c49ec01866133705;hp=dee8ff2ef873fd50c639e73152a7b8cb2db62510;hpb=6d3b25aa06c9837fbb97c3791369b6d8990787c7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldiag.pod b/pod/perldiag.pod index dee8ff2..1b4ab09 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2324,15 +2324,6 @@ C appear to be nested quantifiers, but aren't. See L. (S internal) The symbol in question was declared but somehow went out of scope before it could possibly have been used. -=item Newline in left-justified string for %s - -(W printf) There is a newline in a string to be left justified by -C or C. - -The padding spaces will appear after the newline, which is probably not -what you wanted. Usually you should remove the newline from the string -and put formatting characters in the C format. - =item No %s allowed while running setuid (F) Certain operations are deemed to be too insecure for a setuid or