From: Abigail Date: Thu, 13 Aug 2009 10:16:14 +0000 (+0200) Subject: Mention the unit of time X-Git-Tag: accepted/trunk/20130322.191538~10922 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9af20c7fc2828f1bb72c05b28eb0d37bad14e756;p=platform%2Fupstream%2Fperl.git Mention the unit of time --- diff --git a/ext/IO/lib/IO/Socket.pm b/ext/IO/lib/IO/Socket.pm index 2ef05a7..9938c78 100644 --- a/ext/IO/lib/IO/Socket.pm +++ b/ext/IO/lib/IO/Socket.pm @@ -500,9 +500,10 @@ a SOCK_STREAM socket the value of &SOCK_STREAM will be returned. =item timeout([VAL]) -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. +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. =back