aboutsummaryrefslogtreecommitdiff
path: root/doc/tcp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tcp.html')
-rw-r--r--doc/tcp.html3
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
285terminated by a LF character (ASCII&nbsp;10), optionally preceded by a 285terminated by a LF character (ASCII&nbsp;10), optionally preceded by a
286CR character (ASCII&nbsp;13). The CR and LF characters are not included in 286CR character (ASCII&nbsp;13). The CR and LF characters are not included in
287the returned line. This is the default pattern; 287the returned line. In fact, <em>all</em> CR characters are
288ignored 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>
289of bytes from the socket. 290of bytes from the socket.
290</ul> 291</ul>