summaryrefslogtreecommitdiff
path: root/ext/IO/poll.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-14 19:31:53 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-14 19:31:53 +0000
commitb38f6a391036f7db7d1fabe868dff4ea8261a014 (patch)
tree08236459cf5cd1742216068aa3e4e306d1c1cd1a /ext/IO/poll.c
parent9228e8cadade046a4baa03d1e0ca1ffb6422ddd1 (diff)
downloadperl-b38f6a391036f7db7d1fabe868dff4ea8261a014.tar.gz
regen perltoc, other pod nits
p4raw-id: //depot/perl@5735
Diffstat (limited to 'ext/IO/poll.c')
-rw-r--r--ext/IO/poll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/IO/poll.c b/ext/IO/poll.c
index 0f8c8434f2..024c52ff9f 100644
--- a/ext/IO/poll.c
+++ b/ext/IO/poll.c
@@ -5,8 +5,8 @@
* This program is free software; you can redistribute it and/or
* modify it under the same terms as Perl itself.
*
- * For systems that do not have the poll() system call (for example Linux)
- * try to emulate it as closely as possible using select()
+ * For systems that do not have the poll() system call (for example Linux
+ * kernels < v2.1.23) try to emulate it as closely as possible using select()
*
*/