diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-12-13 06:26:01 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-12-13 06:26:01 +0000 |
| commit | ae2d2859e7882d553276896d499064a2407c3853 (patch) | |
| tree | 42f6b31b02394157458dda179fb5f52e68a0f40e | |
| parent | 4f2e036f607676493a43d5396f2f2330cfe4de66 (diff) | |
| download | luasocket-ae2d2859e7882d553276896d499064a2407c3853.tar.gz luasocket-ae2d2859e7882d553276896d499064a2407c3853.tar.bz2 luasocket-ae2d2859e7882d553276896d499064a2407c3853.zip | |
Spell checked the manual.
| -rw-r--r-- | doc/dns.html | 4 | ||||
| -rw-r--r-- | doc/ftp.html | 4 | ||||
| -rw-r--r-- | doc/http.html | 4 | ||||
| -rw-r--r-- | doc/index.html | 15 | ||||
| -rw-r--r-- | doc/installation.html | 10 | ||||
| -rw-r--r-- | doc/introduction.html | 4 | ||||
| -rw-r--r-- | doc/ltn12.html | 4 | ||||
| -rw-r--r-- | doc/mime.html | 4 | ||||
| -rw-r--r-- | doc/reference.html | 4 | ||||
| -rw-r--r-- | doc/smtp.html | 4 | ||||
| -rw-r--r-- | doc/socket.html | 6 | ||||
| -rw-r--r-- | doc/tcp.html | 4 | ||||
| -rw-r--r-- | doc/udp.html | 4 | ||||
| -rw-r--r-- | doc/url.html | 4 |
14 files changed, 38 insertions, 37 deletions
diff --git a/doc/dns.html b/doc/dns.html index f37a2de..af64ce4 100644 --- a/doc/dns.html +++ b/doc/dns.html | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | <p class=bar> | 26 | <p class=bar> |
| 27 | <a href="home.html">home</a> · | 27 | <a href="home.html">home</a> · |
| 28 | <a href="home.html#download">download</a> · | 28 | <a href="home.html#download">download</a> · |
| 29 | <a href="instalation.html">instalation</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> |
| 32 | </p> | 32 | </p> |
| @@ -115,7 +115,7 @@ message. | |||
| 115 | <p class=bar> | 115 | <p class=bar> |
| 116 | <a href="home.html">home</a> · | 116 | <a href="home.html">home</a> · |
| 117 | <a href="home.html#down">download</a> · | 117 | <a href="home.html#down">download</a> · |
| 118 | <a href="instalation.html">instalation</a> · | 118 | <a href="installation.html">installation</a> · |
| 119 | <a href="introduction.html">introduction</a> · | 119 | <a href="introduction.html">introduction</a> · |
| 120 | <a href="reference.html">reference</a> | 120 | <a href="reference.html">reference</a> |
| 121 | </p> | 121 | </p> |
diff --git a/doc/ftp.html b/doc/ftp.html index 595a308..454d417 100644 --- a/doc/ftp.html +++ b/doc/ftp.html | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | <p class=bar> | 26 | <p class=bar> |
| 27 | <a href="home.html">home</a> · | 27 | <a href="home.html">home</a> · |
| 28 | <a href="home.html#download">download</a> · | 28 | <a href="home.html#download">download</a> · |
| 29 | <a href="instalation.html">instalation</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> |
| 32 | </p> | 32 | </p> |
| @@ -266,7 +266,7 @@ f, e = ftp.put{ | |||
| 266 | <p class=bar> | 266 | <p class=bar> |
| 267 | <a href="home.html">home</a> · | 267 | <a href="home.html">home</a> · |
| 268 | <a href="home.html#download">download</a> · | 268 | <a href="home.html#download">download</a> · |
| 269 | <a href="instalation.html">instalation</a> · | 269 | <a href="installation.html">installation</a> · |
| 270 | <a href="introduction.html">introduction</a> · | 270 | <a href="introduction.html">introduction</a> · |
| 271 | <a href="reference.html">reference</a> | 271 | <a href="reference.html">reference</a> |
| 272 | </p> | 272 | </p> |
diff --git a/doc/http.html b/doc/http.html index 1092a15..4cbbe95 100644 --- a/doc/http.html +++ b/doc/http.html | |||
| @@ -108,7 +108,7 @@ in representing them in a Lua table. | |||
| 108 | </p> | 108 | </p> |
| 109 | 109 | ||
| 110 | <p> | 110 | <p> |
| 111 | The following constants can be set to control the default behaviour of | 111 | The following constants can be set to control the default behavior of |
| 112 | the HTTP module: | 112 | the HTTP module: |
| 113 | </p> | 113 | </p> |
| 114 | 114 | ||
| @@ -300,7 +300,7 @@ r, c = http.request { | |||
| 300 | <p class=bar> | 300 | <p class=bar> |
| 301 | <a href="home.html">home</a> · | 301 | <a href="home.html">home</a> · |
| 302 | <a href="home.html#download">download</a> · | 302 | <a href="home.html#download">download</a> · |
| 303 | <a href="instalation.html">instalation</a> · | 303 | <a href="installation.html">installation</a> · |
| 304 | <a href="introduction.html">introduction</a> · | 304 | <a href="introduction.html">introduction</a> · |
| 305 | <a href="reference.html">reference</a> | 305 | <a href="reference.html">reference</a> |
| 306 | </p> | 306 | </p> |
diff --git a/doc/index.html b/doc/index.html index 727066e..aabf315 100644 --- a/doc/index.html +++ b/doc/index.html | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | <p class=bar> | 26 | <p class=bar> |
| 27 | <a href="home.html">home</a> · | 27 | <a href="home.html">home</a> · |
| 28 | <a href="home.html#download">download</a> · | 28 | <a href="home.html#download">download</a> · |
| 29 | <a href="instalation.html">instalation</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> |
| 32 | </p> | 32 | </p> |
| @@ -122,7 +122,7 @@ LuaSocket a try (Those on Unix or Mac OS X can just type <tt>make</tt>): | |||
| 122 | <p> | 122 | <p> |
| 123 | The quick and dirty way to use these binaries is to unpack everything into a | 123 | The quick and dirty way to use these binaries is to unpack everything into a |
| 124 | directory, say <tt>c:\luasocket</tt> (include all Lua files from the | 124 | directory, say <tt>c:\luasocket</tt> (include all Lua files from the |
| 125 | LuaSocket distrbitution in the same directory too!). | 125 | LuaSocket distribution in the same directory too!). |
| 126 | Then set <tt>LUA_INIT</tt> to load the <tt>compat-5.1.lua</tt> and set | 126 | Then set <tt>LUA_INIT</tt> to load the <tt>compat-5.1.lua</tt> and set |
| 127 | <tt>LUA_PATH</tt> and <tt>LUA_CPATH</tt> to look for files in the current | 127 | <tt>LUA_PATH</tt> and <tt>LUA_CPATH</tt> to look for files in the current |
| 128 | directory: | 128 | directory: |
| @@ -145,11 +145,11 @@ c:\luasocket\> lua | |||
| 145 | Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio | 145 | Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio |
| 146 | > http = require"http" | 146 | > http = require"http" |
| 147 | > print(http.request"http://www.tecgraf.puc-rio.br/luasocket/") | 147 | > print(http.request"http://www.tecgraf.puc-rio.br/luasocket/") |
| 148 | --> the source to this webpage gets dumped to terminal | 148 | --> the source to this web page gets dumped to terminal |
| 149 | </pre> | 149 | </pre> |
| 150 | 150 | ||
| 151 | <p> When you are done playing, take a look at the | 151 | <p> When you are done playing, take a look at the |
| 152 | <a href=instalation.html>installation</a> section of the manual to find out | 152 | <a href=installation.html>installation</a> section of the manual to find out |
| 153 | how to properly install the library. </p> | 153 | how to properly install the library. </p> |
| 154 | 154 | ||
| 155 | <!-- thanks +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 155 | <!-- thanks +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
| @@ -180,7 +180,7 @@ beta, is a beta). | |||
| 180 | <ul> | 180 | <ul> |
| 181 | <li> New compat-5.1 distribution: | 181 | <li> New compat-5.1 distribution: |
| 182 | <ul> | 182 | <ul> |
| 183 | <li> Instalation uses new directory structure; | 183 | <li> Installation uses new directory structure; |
| 184 | <li> Namespace hierarchy is in now back in use (ex. <tt>socket.url</tt> | 184 | <li> Namespace hierarchy is in now back in use (ex. <tt>socket.url</tt> |
| 185 | instead of <tt>url</tt>); | 185 | instead of <tt>url</tt>); |
| 186 | <li> Globals not visible from inside namespaces; | 186 | <li> Globals not visible from inside namespaces; |
| @@ -196,7 +196,8 @@ beta, is a beta). | |||
| 196 | <li> <tt>socket.gettime</tt> returns time since Unix Epoch 1/1/1970 (UTC); | 196 | <li> <tt>socket.gettime</tt> returns time since Unix Epoch 1/1/1970 (UTC); |
| 197 | <li> <tt>socket.sleep</tt> is robust to interrupts; | 197 | <li> <tt>socket.sleep</tt> is robust to interrupts; |
| 198 | <li> <tt>socket.select</tt> wasn't calling <tt>tm_markstart</tt>; | 198 | <li> <tt>socket.select</tt> wasn't calling <tt>tm_markstart</tt>; |
| 199 | <li> <tt>http.PROXY</tt> wasn't working. | 199 | <li> <tt>http.PROXY</tt> wasn't working; |
| 200 | <li> <tt>url.escape</tt> escapes only dangerous characters. | ||
| 200 | </ul> | 201 | </ul> |
| 201 | 202 | ||
| 202 | <!-- incompatible +++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 203 | <!-- incompatible +++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
| @@ -228,7 +229,7 @@ those that have compatibility issues. | |||
| 228 | <p class=bar> | 229 | <p class=bar> |
| 229 | <a href="home.html#down">download</a> · | 230 | <a href="home.html#down">download</a> · |
| 230 | <a href="home.html#download">download</a> · | 231 | <a href="home.html#download">download</a> · |
| 231 | <a href="instalation.html">instalation</a> · | 232 | <a href="installation.html">installation</a> · |
| 232 | <a href="introduction.html">introduction</a> · | 233 | <a href="introduction.html">introduction</a> · |
| 233 | <a href="reference.html">reference</a> | 234 | <a href="reference.html">reference</a> |
| 234 | </p> | 235 | </p> |
diff --git a/doc/installation.html b/doc/installation.html index 62c36e4..96f55d1 100644 --- a/doc/installation.html +++ b/doc/installation.html | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | <meta name="description" content="LuaSocket: Introduction to the core"> | 6 | <meta name="description" content="LuaSocket: Introduction to the core"> |
| 7 | <meta name="keywords" content="Lua, LuaSocket, TCP, UDP, Network, Support, | 7 | <meta name="keywords" content="Lua, LuaSocket, TCP, UDP, Network, Support, |
| 8 | Installation"> | 8 | Installation"> |
| 9 | <title>LuaSocket: Instalation</title> | 9 | <title>LuaSocket: Installation</title> |
| 10 | <link rel="stylesheet" href="reference.css" type="text/css"> | 10 | <link rel="stylesheet" href="reference.css" type="text/css"> |
| 11 | </head> | 11 | </head> |
| 12 | 12 | ||
| @@ -27,7 +27,7 @@ Installation"> | |||
| 27 | <p class=bar> | 27 | <p class=bar> |
| 28 | <a href="home.html">home</a> · | 28 | <a href="home.html">home</a> · |
| 29 | <a href="home.html#download">download</a> · | 29 | <a href="home.html#download">download</a> · |
| 30 | <a href="instalation.html">instalation</a> · | 30 | <a href="installation.html">installation</a> · |
| 31 | <a href="introduction.html">introduction</a> · | 31 | <a href="introduction.html">introduction</a> · |
| 32 | <a href="reference.html">reference</a> | 32 | <a href="reference.html">reference</a> |
| 33 | </p> | 33 | </p> |
| @@ -35,7 +35,7 @@ Installation"> | |||
| 35 | <hr> | 35 | <hr> |
| 36 | </div> | 36 | </div> |
| 37 | 37 | ||
| 38 | <!-- instalation ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 38 | <!-- installation ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
| 39 | 39 | ||
| 40 | <h2>Instalation</h2> | 40 | <h2>Instalation</h2> |
| 41 | 41 | ||
| @@ -51,7 +51,7 @@ early adoption, even before release of Lua 5.1. | |||
| 51 | Thus, a compability module | 51 | Thus, a compability module |
| 52 | <a href=http://www.keplerproject.org/compat/>compat-5.1</a> | 52 | <a href=http://www.keplerproject.org/compat/>compat-5.1</a> |
| 53 | has been released in conjunction with Roberto Ierusalimschy and <a | 53 | has been released in conjunction with Roberto Ierusalimschy and <a |
| 54 | href=http://www.keplerproject.org/">The Kepler Project</a> team. | 54 | href=http://www.keplerproject.org/>The Kepler Project</a> team. |
| 55 | It implements the Lua 5.1 package proposal on top of Lua 5.0. </p> | 55 | It implements the Lua 5.1 package proposal on top of Lua 5.0. </p> |
| 56 | 56 | ||
| 57 | <p> As far as LuaSocket is concerned, this means that whoever is | 57 | <p> As far as LuaSocket is concerned, this means that whoever is |
| @@ -142,7 +142,7 @@ Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio | |||
| 142 | <p class=bar> | 142 | <p class=bar> |
| 143 | <a href="home.html">home</a> · | 143 | <a href="home.html">home</a> · |
| 144 | <a href="home.html#down">download</a> · | 144 | <a href="home.html#down">download</a> · |
| 145 | <a href="instalation.html">instalation</a> · | 145 | <a href="installation.html">installation</a> · |
| 146 | <a href="introduction.html">introduction</a> · | 146 | <a href="introduction.html">introduction</a> · |
| 147 | <a href="reference.html">reference</a> | 147 | <a href="reference.html">reference</a> |
| 148 | </p> | 148 | </p> |
diff --git a/doc/introduction.html b/doc/introduction.html index 150a990..f8fe078 100644 --- a/doc/introduction.html +++ b/doc/introduction.html | |||
| @@ -27,7 +27,7 @@ Library, Support"> | |||
| 27 | <p class=bar> | 27 | <p class=bar> |
| 28 | <a href="home.html">home</a> · | 28 | <a href="home.html">home</a> · |
| 29 | <a href="home.html#download">download</a> · | 29 | <a href="home.html#download">download</a> · |
| 30 | <a href="instalation.html">instalation</a> · | 30 | <a href="installation.html">installation</a> · |
| 31 | <a href="introduction.html">introduction</a> · | 31 | <a href="introduction.html">introduction</a> · |
| 32 | <a href="reference.html">reference</a> | 32 | <a href="reference.html">reference</a> |
| 33 | </p> | 33 | </p> |
| @@ -316,7 +316,7 @@ and many others are covered by the <a href=reference.html>reference manual</a>. | |||
| 316 | <p class=bar> | 316 | <p class=bar> |
| 317 | <a href="home.html">home</a> · | 317 | <a href="home.html">home</a> · |
| 318 | <a href="home.html#down">download</a> · | 318 | <a href="home.html#down">download</a> · |
| 319 | <a href="instalation.html">instalation</a> · | 319 | <a href="installation.html">installation</a> · |
| 320 | <a href="introduction.html">introduction</a> · | 320 | <a href="introduction.html">introduction</a> · |
| 321 | <a href="reference.html">reference</a> | 321 | <a href="reference.html">reference</a> |
| 322 | </p> | 322 | </p> |
diff --git a/doc/ltn12.html b/doc/ltn12.html index 47f6d75..44fcbe4 100644 --- a/doc/ltn12.html +++ b/doc/ltn12.html | |||
| @@ -27,7 +27,7 @@ Pump, Support, Library"> | |||
| 27 | <p class=bar> | 27 | <p class=bar> |
| 28 | <a href="home.html">home</a> · | 28 | <a href="home.html">home</a> · |
| 29 | <a href="home.html#download">download</a> · | 29 | <a href="home.html#download">download</a> · |
| 30 | <a href="instalation.html">instalation</a> · | 30 | <a href="installation.html">installation</a> · |
| 31 | <a href="introduction.html">introduction</a> · | 31 | <a href="introduction.html">introduction</a> · |
| 32 | <a href="reference.html">reference</a> | 32 | <a href="reference.html">reference</a> |
| 33 | </p> | 33 | </p> |
| @@ -413,7 +413,7 @@ Creates and returns a source that produces the contents of a | |||
| 413 | <p class=bar> | 413 | <p class=bar> |
| 414 | <a href="home.html">home</a> · | 414 | <a href="home.html">home</a> · |
| 415 | <a href="home.html#down">download</a> · | 415 | <a href="home.html#down">download</a> · |
| 416 | <a href="instalation.html">instalation</a> · | 416 | <a href="installation.html">installation</a> · |
| 417 | <a href="introduction.html">introduction</a> · | 417 | <a href="introduction.html">introduction</a> · |
| 418 | <a href="reference.html">reference</a> | 418 | <a href="reference.html">reference</a> |
| 419 | </p> | 419 | </p> |
diff --git a/doc/mime.html b/doc/mime.html index b5f4a40..47ab47b 100644 --- a/doc/mime.html +++ b/doc/mime.html | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | <p class=bar> | 26 | <p class=bar> |
| 27 | <a href="home.html">home</a> · | 27 | <a href="home.html">home</a> · |
| 28 | <a href="home.html#download">download</a> · | 28 | <a href="home.html#download">download</a> · |
| 29 | <a href="instalation.html">instalation</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> |
| 32 | </p> | 32 | </p> |
| @@ -459,7 +459,7 @@ marker. | |||
| 459 | <p class=bar> | 459 | <p class=bar> |
| 460 | <a href="home.html">home</a> · | 460 | <a href="home.html">home</a> · |
| 461 | <a href="home.html#down">download</a> · | 461 | <a href="home.html#down">download</a> · |
| 462 | <a href="instalation.html">instalation</a> · | 462 | <a href="installation.html">installation</a> · |
| 463 | <a href="introduction.html">introduction</a> · | 463 | <a href="introduction.html">introduction</a> · |
| 464 | <a href="reference.html">reference</a> | 464 | <a href="reference.html">reference</a> |
| 465 | </p> | 465 | </p> |
diff --git a/doc/reference.html b/doc/reference.html index 8e5b20f..b2e31d5 100644 --- a/doc/reference.html +++ b/doc/reference.html | |||
| @@ -27,7 +27,7 @@ Support, Manual"> | |||
| 27 | <p class=bar> | 27 | <p class=bar> |
| 28 | <a href="home.html">home</a> · | 28 | <a href="home.html">home</a> · |
| 29 | <a href="home.html#download">download</a> · | 29 | <a href="home.html#download">download</a> · |
| 30 | <a href="instalation.html">instalation</a> · | 30 | <a href="installation.html">installation</a> · |
| 31 | <a href="introduction.html">introduction</a> · | 31 | <a href="introduction.html">introduction</a> · |
| 32 | <a href="reference.html">reference</a> | 32 | <a href="reference.html">reference</a> |
| 33 | </p> | 33 | </p> |
| @@ -222,7 +222,7 @@ Support, Manual"> | |||
| 222 | <p class=bar> | 222 | <p class=bar> |
| 223 | <a href="home.html">home</a> · | 223 | <a href="home.html">home</a> · |
| 224 | <a href="home.html#down">download</a> · | 224 | <a href="home.html#down">download</a> · |
| 225 | <a href="instalation.html">instalation</a> · | 225 | <a href="installation.html">installation</a> · |
| 226 | <a href="introduction.html">introduction</a> · | 226 | <a href="introduction.html">introduction</a> · |
| 227 | <a href="reference.html">reference</a> | 227 | <a href="reference.html">reference</a> |
| 228 | </p> | 228 | </p> |
diff --git a/doc/smtp.html b/doc/smtp.html index 023eb78..8feae3e 100644 --- a/doc/smtp.html +++ b/doc/smtp.html | |||
| @@ -27,7 +27,7 @@ Library, Support"> | |||
| 27 | <p class=bar> | 27 | <p class=bar> |
| 28 | <a href="home.html">home</a> · | 28 | <a href="home.html">home</a> · |
| 29 | <a href="home.html#download">download</a> · | 29 | <a href="home.html#download">download</a> · |
| 30 | <a href="instalation.html">instalation</a> · | 30 | <a href="installation.html">installation</a> · |
| 31 | <a href="introduction.html">introduction</a> · | 31 | <a href="introduction.html">introduction</a> · |
| 32 | <a href="reference.html">reference</a> | 32 | <a href="reference.html">reference</a> |
| 33 | </p> | 33 | </p> |
| @@ -396,7 +396,7 @@ r, e = smtp.send{ | |||
| 396 | <p class=bar> | 396 | <p class=bar> |
| 397 | <a href="home.html">home</a> · | 397 | <a href="home.html">home</a> · |
| 398 | <a href="home.html#down">download</a> · | 398 | <a href="home.html#down">download</a> · |
| 399 | <a href="instalation.html">instalation</a> · | 399 | <a href="installation.html">installation</a> · |
| 400 | <a href="introduction.html">introduction</a> · | 400 | <a href="introduction.html">introduction</a> · |
| 401 | <a href="reference.html">reference</a> | 401 | <a href="reference.html">reference</a> |
| 402 | </p> | 402 | </p> |
diff --git a/doc/socket.html b/doc/socket.html index 956993b..f638fd9 100644 --- a/doc/socket.html +++ b/doc/socket.html | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | <p class=bar> | 26 | <p class=bar> |
| 27 | <a href="home.html">home</a> · | 27 | <a href="home.html">home</a> · |
| 28 | <a href="home.html#download">download</a> · | 28 | <a href="home.html#download">download</a> · |
| 29 | <a href="instalation.html">instalation</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> |
| 32 | </p> | 32 | </p> |
| @@ -129,7 +129,7 @@ foo = socket.protect(function() | |||
| 129 | -- create a try function that closes 'c' on error | 129 | -- create a try function that closes 'c' on error |
| 130 | local try = socket.newtry(function() c:close() end) | 130 | local try = socket.newtry(function() c:close() end) |
| 131 | -- do everything reassured c will be closed | 131 | -- do everything reassured c will be closed |
| 132 | try(c:send("helo there?\r\n")) | 132 | try(c:send("hello there?\r\n")) |
| 133 | local answer = try(c:receive()) | 133 | local answer = try(c:receive()) |
| 134 | ... | 134 | ... |
| 135 | try(c:send("good bye\r\n")) | 135 | try(c:send("good bye\r\n")) |
| @@ -383,7 +383,7 @@ This constant has a string describing the current LuaSocket version. | |||
| 383 | <p class=bar> | 383 | <p class=bar> |
| 384 | <a href="home.html">home</a> · | 384 | <a href="home.html">home</a> · |
| 385 | <a href="home.html#down">download</a> · | 385 | <a href="home.html#down">download</a> · |
| 386 | <a href="instalation.html">instalation</a> · | 386 | <a href="installation.html">installation</a> · |
| 387 | <a href="introduction.html">introduction</a> · | 387 | <a href="introduction.html">introduction</a> · |
| 388 | <a href="reference.html">reference</a> | 388 | <a href="reference.html">reference</a> |
| 389 | </p> | 389 | </p> |
diff --git a/doc/tcp.html b/doc/tcp.html index d8b00b7..ae8efd5 100644 --- a/doc/tcp.html +++ b/doc/tcp.html | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | <p class=bar> | 26 | <p class=bar> |
| 27 | <a href="home.html">home</a> · | 27 | <a href="home.html">home</a> · |
| 28 | <a href="home.html#download">download</a> · | 28 | <a href="home.html#download">download</a> · |
| 29 | <a href="instalation.html">instalation</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> |
| 32 | </p> | 32 | </p> |
| @@ -528,7 +528,7 @@ This function returns 1. | |||
| 528 | <p class=bar> | 528 | <p class=bar> |
| 529 | <a href="home.html">home</a> · | 529 | <a href="home.html">home</a> · |
| 530 | <a href="home.html#down">download</a> · | 530 | <a href="home.html#down">download</a> · |
| 531 | <a href="instalation.html">instalation</a> · | 531 | <a href="installation.html">installation</a> · |
| 532 | <a href="introduction.html">introduction</a> · | 532 | <a href="introduction.html">introduction</a> · |
| 533 | <a href="reference.html">reference</a> | 533 | <a href="reference.html">reference</a> |
| 534 | </p> | 534 | </p> |
diff --git a/doc/udp.html b/doc/udp.html index 716bb60..ea8f289 100644 --- a/doc/udp.html +++ b/doc/udp.html | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | <p class=bar> | 26 | <p class=bar> |
| 27 | <a href="home.html">home</a> · | 27 | <a href="home.html">home</a> · |
| 28 | <a href="home.html#download">download</a> · | 28 | <a href="home.html#download">download</a> · |
| 29 | <a href="instalation.html">instalation</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> |
| 32 | </p> | 32 | </p> |
| @@ -399,7 +399,7 @@ imperative nature obvious. | |||
| 399 | <p class=bar> | 399 | <p class=bar> |
| 400 | <a href="home.html">home</a> · | 400 | <a href="home.html">home</a> · |
| 401 | <a href="home.html#download">download</a> · | 401 | <a href="home.html#download">download</a> · |
| 402 | <a href="instalation.html">instalation</a> · | 402 | <a href="installation.html">installation</a> · |
| 403 | <a href="introduction.html">introduction</a> · | 403 | <a href="introduction.html">introduction</a> · |
| 404 | <a href="reference.html">reference</a> | 404 | <a href="reference.html">reference</a> |
| 405 | </p> | 405 | </p> |
diff --git a/doc/url.html b/doc/url.html index 85566c5..56e1ef5 100644 --- a/doc/url.html +++ b/doc/url.html | |||
| @@ -26,7 +26,7 @@ | |||
| 26 | <p class=bar> | 26 | <p class=bar> |
| 27 | <a href="home.html">home</a> · | 27 | <a href="home.html">home</a> · |
| 28 | <a href="home.html#download">download</a> · | 28 | <a href="home.html#download">download</a> · |
| 29 | <a href="instalation.html">instalation</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> |
| 32 | </p> | 32 | </p> |
| @@ -312,7 +312,7 @@ The function returns the decoded string. | |||
| 312 | <p class=bar> | 312 | <p class=bar> |
| 313 | <a href="home.html">home</a> · | 313 | <a href="home.html">home</a> · |
| 314 | <a href="home.html#down">download</a> · | 314 | <a href="home.html#down">download</a> · |
| 315 | <a href="instalation.html">instalation</a> · | 315 | <a href="installation.html">installation</a> · |
| 316 | <a href="introduction.html">introduction</a> · | 316 | <a href="introduction.html">introduction</a> · |
| 317 | <a href="reference.html">reference</a> | 317 | <a href="reference.html">reference</a> |
| 318 | </p> | 318 | </p> |
