diff options
author | Jan Dubois <jand@activestate.com> | 2009-10-19 13:50:12 -0700 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2009-10-19 13:50:12 -0700 |
commit | 546378fe9f6023187dee2b3442ce0efde3e4220e (patch) | |
tree | a95d4e25a8791158153d52841c2fd64c30d9c8df /pod | |
parent | 2e105cc8b44bd3f9842a1936eb92c52fbd70c84e (diff) | |
download | perl-546378fe9f6023187dee2b3442ce0efde3e4220e.tar.gz |
The term 'winsock' is an implementation detail.
Diffstat (limited to 'pod')
-rwxr-xr-x[-rw-r--r--] | pod/perl5111delta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod index b7e723fd40..8adce884d4 100644..100755 --- a/pod/perl5111delta.pod +++ b/pod/perl5111delta.pod @@ -187,7 +187,7 @@ C<tell()> now returns C<-1>, and sets errno to C<EBADF>, thus restoring the 5.8. =item POSIX::strftime() can now handle Unicode characters in the format string. -=item The winsock select() implementation now supports all empty C<fd_set>s more correctly. +=item The Windows select() implementation now supports all empty C<fd_set>s more correctly. =back |