This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Mention the unit of time"
authorAbigail <abigail@abigail.be>
Thu, 13 Aug 2009 10:34:36 +0000 (12:34 +0200)
committerAbigail <abigail@abigail.be>
Thu, 13 Aug 2009 10:34:36 +0000 (12:34 +0200)
This reverts commit 9af20c7fc2828f1bb72c05b28eb0d37bad14e756.

It's a dual life module. Leave it to the author.

ext/IO/lib/IO/Socket.pm

index 9938c78..2ef05a7 100644 (file)
@@ -500,10 +500,9 @@ a SOCK_STREAM socket the value of &SOCK_STREAM will be returned.
 
 =item timeout([VAL])
 
-Set or get the timeout value (in seconds) associated with this socket.
-If called without any arguments then the current setting is returned. If
-called with an argument the current setting is changed and the previous
-value returned.
+Set or get the timeout value associated with this socket. If called without
+any arguments then the current setting is returned. If called with an argument
+the current setting is changed and the previous value returned.
 
 =back