summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>2005-10-20 22:24:30 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-21 13:24:30 +0000
commit4ef2275c8517a5b084d75f6179d5b49f77f76d2c (patch)
treeb75ca8419e506e06ff04a1807ac13a55189b0e11 /pod/perldiag.pod
parentdbb128be9d98f2152d3ce957d4c3c518a9f86260 (diff)
downloadperl-4ef2275c8517a5b084d75f6179d5b49f77f76d2c.tar.gz
wrong maxlen in sselect [PATCH]
Message-ID: <lrzmp312ip.fsf@caliper.activestate.com> Plus a regression test for the new warning. p4raw-id: //depot/perl@25813
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 817503bfae..42a1fcbdcd 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -2628,6 +2628,12 @@ to UTC. If it's not, define the logical name
F<SYS$TIMEZONE_DIFFERENTIAL> to translate to the number of seconds which
need to be added to UTC to get local time.
+=item Non-string passed as bitmask
+
+(W misc) A number has been passed as a bitmask argument to select().
+Use the vec() function to construct the file descriptor bitmasks for
+select. See L<perlfunc/select>
+
=item Null filename used
(F) You can't require the null filename, especially because on many