A *much* cut-down version of the patches in the thread
authorJim Cromie <jcromie@cpan.org>
Fri, 16 May 2003 19:04:28 +0000 (19:04 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 29 May 2003 08:18:09 +0000 (08:18 +0000)
Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
From: Jim Cromie (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>

p4raw-id: //depot/perl@19633

pod/perldiag.pod

index 6e7543d..603dfc8 100644 (file)
@@ -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<tie> (or C<tied>) was
 still valid when C<untie> was called.
 
+=item Usage: POSIX::%s(%s)
+
+(F) You called a POSIX function with incorrect arguments.
+See L<POSIX/FUNCTIONS> for more information.
+
+=item Usage: Win32::%s(%s)
+
+(F) You called a Win32 function with incorrect arguments.
+See L<Win32> 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