diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-26 04:04:04 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-07-26 04:04:04 +0000 |
commit | d914007507a6a4ad3489cca19652af403fef7074 (patch) | |
tree | 71f83f3ce04c5c7852c0571d3f9fe0188c920784 /doc/socket.html | |
parent | cd994f306a67ea7b9ee0ba810d985114e097dd77 (diff) | |
download | luasocket-d914007507a6a4ad3489cca19652af403fef7074.tar.gz luasocket-d914007507a6a4ad3489cca19652af403fef7074.tar.bz2 luasocket-d914007507a6a4ad3489cca19652af403fef7074.zip |
Almost ready for beta2.
Diffstat (limited to 'doc/socket.html')
-rw-r--r-- | doc/socket.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/socket.html b/doc/socket.html index 129b134..c7525eb 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
@@ -332,10 +332,6 @@ universe. You should subtract the values returned by this function | |||
332 | to get meaningful values. | 332 | to get meaningful values. |
333 | </p> | 333 | </p> |
334 | 334 | ||
335 | <p class=return> | ||
336 | The function returns the time as a number. | ||
337 | </p> | ||
338 | |||
339 | <pre class=example> | 335 | <pre class=example> |
340 | t = socket.gettime() | 336 | t = socket.gettime() |
341 | -- do stuff | 337 | -- do stuff |