X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldiag.pod;h=d0626bf0ac985eb7eab3437fe991d4a202b1dcc4;hb=b5379b0df09a1d2f8fb44659104d41784790923d;hp=8f7d0ec9d720e7a06a75de14581919e6f3ebb931;hpb=fb14229d046006b2f5d3159b99a4486315081739;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 8f7d0ec..d0626bf 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -3135,14 +3135,6 @@ signed integers. See L. (F) You can't specify a repeat count so large that it overflows your signed integers. See L. -=item Result from %s larger than %d bytes - -(W misc) A library call like getgrent() tried to return more results -than Perl was willing to accept. This happens only when Perl has been -compiled to have threads and to have an upper limit on such calls -(the default is to keep regrowing the result buffer until the result fits). -However, now the results were truncated. - =item Reversed %s= operator (W syntax) You wrote your assignment operator backwards. The = must