diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
commit | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (patch) | |
tree | 3927343c777fcb7764a0f2f89754a0ceab141c21 /doc/tcp.html | |
parent | d1a72435d5bd3528f3c334cd4d1da16dcead47bf (diff) | |
download | luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.gz luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.bz2 luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.zip |
Decent makefiles!
Diffstat (limited to 'doc/tcp.html')
-rw-r--r-- | doc/tcp.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/tcp.html b/doc/tcp.html index a16a09e..d1d2154 100644 --- a/doc/tcp.html +++ b/doc/tcp.html | |||
@@ -24,8 +24,8 @@ | |||
24 | </td></tr> | 24 | </td></tr> |
25 | </table> | 25 | </table> |
26 | <p class=bar> | 26 | <p class=bar> |
27 | <a href="home.html">home</a> · | 27 | <a href="index.html">home</a> · |
28 | <a href="home.html#download">download</a> · | 28 | <a href="index.html#download">download</a> · |
29 | <a href="installation.html">installation</a> · | 29 | <a href="installation.html">installation</a> · |
30 | <a href="introduction.html">introduction</a> · | 30 | <a href="introduction.html">introduction</a> · |
31 | <a href="reference.html">reference</a> | 31 | <a href="reference.html">reference</a> |
@@ -297,12 +297,12 @@ of any received data before return. | |||
297 | 297 | ||
298 | <p class=return> | 298 | <p class=return> |
299 | If successful, the method returns the received pattern. In case of error, | 299 | If successful, the method returns the received pattern. In case of error, |
300 | the method returns <tt><b>nil</b></tt> followed by an error message which | 300 | the method returns <tt><b>nil</b></tt> followed by an error |
301 | can be the string '<tt>closed</tt>' in case the connection was | 301 | message, followed by a (possibly empty) string containing |
302 | the partial that was received. The error message can be | ||
303 | the string '<tt>closed</tt>' in case the connection was | ||
302 | closed before the transmission was completed or the string | 304 | closed before the transmission was completed or the string |
303 | '<tt>timeout</tt>' in case there was a timeout during the operation. | 305 | '<tt>timeout</tt>' in case there was a timeout during the operation. |
304 | Also, after the error message, the function returns the partial result of | ||
305 | the transmission. | ||
306 | </p> | 306 | </p> |
307 | 307 | ||
308 | <p class=note> | 308 | <p class=note> |
@@ -514,8 +514,8 @@ This function returns 1. | |||
514 | <hr> | 514 | <hr> |
515 | <center> | 515 | <center> |
516 | <p class=bar> | 516 | <p class=bar> |
517 | <a href="home.html">home</a> · | 517 | <a href="index.html">home</a> · |
518 | <a href="home.html#down">download</a> · | 518 | <a href="index.html#down">download</a> · |
519 | <a href="installation.html">installation</a> · | 519 | <a href="installation.html">installation</a> · |
520 | <a href="introduction.html">introduction</a> · | 520 | <a href="introduction.html">introduction</a> · |
521 | <a href="reference.html">reference</a> | 521 | <a href="reference.html">reference</a> |