From: Jim Cromie Date: Fri, 16 May 2003 19:04:28 +0000 (+0000) Subject: A *much* cut-down version of the patches in the thread X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e11cd2b6971dafecaf9e97b12c3f527025bae90;p=p5sagit%2Fp5-mst-13.2.git A *much* cut-down version of the patches in the thread Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors From: Jim Cromie (via RT) Message-Id: p4raw-id: //depot/perl@19633 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 6e7543d..603dfc8 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4022,6 +4022,16 @@ earlier in the line, and you really meant a "less than". (W untie) A copy of the object returned from C (or C) was still valid when C was called. +=item Usage: POSIX::%s(%s) + +(F) You called a POSIX function with incorrect arguments. +See L for more information. + +=item Usage: Win32::%s(%s) + +(F) You called a Win32 function with incorrect arguments. +See L for more information. + =item Useless (?-%s) - don't use /%s modifier in regex; marked by <-- HERE in m/%s/ (W regexp) You have used an internal modifier such as (?-o) that has no