diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-12 05:56:32 +0000 |
commit | 0c3cdd5ef2485a79d6fec9261f2850c41577d5b3 (patch) | |
tree | d69164c9f815e2d0308ba3f0d15b18e67163d879 /doc/socket.html | |
parent | 37f7af4b9f1250e3c3439df03d43cf291a4d6f37 (diff) | |
download | luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.gz luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.tar.bz2 luasocket-0c3cdd5ef2485a79d6fec9261f2850c41577d5b3.zip |
Final push for release...
Diffstat (limited to 'doc/socket.html')
-rw-r--r-- | doc/socket.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/socket.html b/doc/socket.html index 5cc7157..54b12cb 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
@@ -80,12 +80,12 @@ socket.<b>connect(</b>address, port [, locaddr, locport]<b>)</b> | |||
80 | This function is a shortcut that creates and returns a TCP client object | 80 | This function is a shortcut that creates and returns a TCP client object |
81 | connected to a remote <tt>host</tt> at a given <tt>port</tt>. Optionally, | 81 | connected to a remote <tt>host</tt> at a given <tt>port</tt>. Optionally, |
82 | the user can also specify the local address and port to bind | 82 | the user can also specify the local address and port to bind |
83 | (<tt>locaddr</tt> and </tt>locport</tt>). | 83 | (<tt>locaddr</tt> and <tt>locport</tt>). |
84 | </p> | 84 | </p> |
85 | 85 | ||
86 | <!-- debug ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 86 | <!-- debug ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
87 | 87 | ||
88 | <p class=name id=_debug> | 88 | <p class=name id=debug> |
89 | socket.<b>_DEBUG</b> | 89 | socket.<b>_DEBUG</b> |
90 | </p> | 90 | </p> |
91 | 91 | ||
@@ -372,7 +372,7 @@ c = socket.try(socket.connect("localhost", 80)) | |||
372 | 372 | ||
373 | <!-- version ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 373 | <!-- version ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
374 | 374 | ||
375 | <p class=name id=_version> | 375 | <p class=name id=version> |
376 | socket.<b>_VERSION</b> | 376 | socket.<b>_VERSION</b> |
377 | </p> | 377 | </p> |
378 | 378 | ||