diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-08-04 06:55:46 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-08-04 06:55:46 +0000 |
commit | 6af654855041e350ad1ba2c39f0be19af24f50c6 (patch) | |
tree | d941ab3bc527634de1b65ef1116105e51220142d /pod/perldiag.pod | |
parent | 58618f23d81135f8218a27f5197a29e9c271d2cb (diff) | |
download | perl-6af654855041e350ad1ba2c39f0be19af24f50c6.tar.gz |
Remove the "Newline in left-justified string" warning.
p4raw-id: //depot/perl@23192
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index dee8ff2ef8..1b4ab09c1a 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2324,15 +2324,6 @@ C<??> appear to be nested quantifiers, but aren't. See L<perlre>. (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<printf> or C<sprintf>. - -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<sprintf> format. - =item No %s allowed while running setuid (F) Certain operations are deemed to be too insecure for a setuid or |