diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2007-10-13 23:55:20 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2007-10-13 23:55:20 +0000 |
commit | d1a72435d5bd3528f3c334cd4d1da16dcead47bf (patch) | |
tree | ca6f092afee764923d747b0f0b6fd1ad2418cfae /doc/tcp.html | |
parent | 52ac60af8132ae7e42151d3012a9607d7cadaf95 (diff) | |
download | luasocket-d1a72435d5bd3528f3c334cd4d1da16dcead47bf.tar.gz luasocket-d1a72435d5bd3528f3c334cd4d1da16dcead47bf.tar.bz2 luasocket-d1a72435d5bd3528f3c334cd4d1da16dcead47bf.zip |
New release.
Diffstat (limited to 'doc/tcp.html')
-rw-r--r-- | doc/tcp.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/tcp.html b/doc/tcp.html index 602c73c..a16a09e 100644 --- a/doc/tcp.html +++ b/doc/tcp.html | |||
@@ -284,7 +284,8 @@ closed. No end-of-line translation is performed; | |||
284 | <li> '<tt>*l</tt>': reads a line of text from the socket. The line is | 284 | <li> '<tt>*l</tt>': reads a line of text from the socket. The line is |
285 | terminated by a LF character (ASCII 10), optionally preceded by a | 285 | terminated by a LF character (ASCII 10), optionally preceded by a |
286 | CR character (ASCII 13). The CR and LF characters are not included in | 286 | CR character (ASCII 13). The CR and LF characters are not included in |
287 | the returned line. This is the default pattern; | 287 | the returned line. In fact, <em>all</em> CR characters are |
288 | ignored by the pattern. This is the default pattern; | ||
288 | <li> <tt>number</tt>: causes the method to read a specified <tt>number</tt> | 289 | <li> <tt>number</tt>: causes the method to read a specified <tt>number</tt> |
289 | of bytes from the socket. | 290 | of bytes from the socket. |
290 | </ul> | 291 | </ul> |