aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-12-13 06:26:01 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-12-13 06:26:01 +0000
commitae2d2859e7882d553276896d499064a2407c3853 (patch)
tree42f6b31b02394157458dda179fb5f52e68a0f40e
parent4f2e036f607676493a43d5396f2f2330cfe4de66 (diff)
downloadluasocket-ae2d2859e7882d553276896d499064a2407c3853.tar.gz
luasocket-ae2d2859e7882d553276896d499064a2407c3853.tar.bz2
luasocket-ae2d2859e7882d553276896d499064a2407c3853.zip
Spell checked the manual.
-rw-r--r--doc/dns.html4
-rw-r--r--doc/ftp.html4
-rw-r--r--doc/http.html4
-rw-r--r--doc/index.html15
-rw-r--r--doc/installation.html10
-rw-r--r--doc/introduction.html4
-rw-r--r--doc/ltn12.html4
-rw-r--r--doc/mime.html4
-rw-r--r--doc/reference.html4
-rw-r--r--doc/smtp.html4
-rw-r--r--doc/socket.html6
-rw-r--r--doc/tcp.html4
-rw-r--r--doc/udp.html4
-rw-r--r--doc/url.html4
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> &middot; 27<a href="home.html">home</a> &middot;
28<a href="home.html#download">download</a> &middot; 28<a href="home.html#download">download</a> &middot;
29<a href="instalation.html">instalation</a> &middot; 29<a href="installation.html">installation</a> &middot;
30<a href="introduction.html">introduction</a> &middot; 30<a href="introduction.html">introduction</a> &middot;
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> &middot; 116<a href="home.html">home</a> &middot;
117<a href="home.html#down">download</a> &middot; 117<a href="home.html#down">download</a> &middot;
118<a href="instalation.html">instalation</a> &middot; 118<a href="installation.html">installation</a> &middot;
119<a href="introduction.html">introduction</a> &middot; 119<a href="introduction.html">introduction</a> &middot;
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> &middot; 27<a href="home.html">home</a> &middot;
28<a href="home.html#download">download</a> &middot; 28<a href="home.html#download">download</a> &middot;
29<a href="instalation.html">instalation</a> &middot; 29<a href="installation.html">installation</a> &middot;
30<a href="introduction.html">introduction</a> &middot; 30<a href="introduction.html">introduction</a> &middot;
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> &middot; 267<a href="home.html">home</a> &middot;
268<a href="home.html#download">download</a> &middot; 268<a href="home.html#download">download</a> &middot;
269<a href="instalation.html">instalation</a> &middot; 269<a href="installation.html">installation</a> &middot;
270<a href="introduction.html">introduction</a> &middot; 270<a href="introduction.html">introduction</a> &middot;
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>
111The following constants can be set to control the default behaviour of 111The following constants can be set to control the default behavior of
112the HTTP module: 112the 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> &middot; 301<a href="home.html">home</a> &middot;
302<a href="home.html#download">download</a> &middot; 302<a href="home.html#download">download</a> &middot;
303<a href="instalation.html">instalation</a> &middot; 303<a href="installation.html">installation</a> &middot;
304<a href="introduction.html">introduction</a> &middot; 304<a href="introduction.html">introduction</a> &middot;
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> &middot; 27<a href="home.html">home</a> &middot;
28<a href="home.html#download">download</a> &middot; 28<a href="home.html#download">download</a> &middot;
29<a href="instalation.html">instalation</a> &middot; 29<a href="installation.html">installation</a> &middot;
30<a href="introduction.html">introduction</a> &middot; 30<a href="introduction.html">introduction</a> &middot;
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>
123The quick and dirty way to use these binaries is to unpack everything into a 123The quick and dirty way to use these binaries is to unpack everything into a
124directory, say <tt>c:\luasocket</tt> (include all Lua files from the 124directory, say <tt>c:\luasocket</tt> (include all Lua files from the
125LuaSocket distrbitution in the same directory too!). 125LuaSocket distribution in the same directory too!).
126Then set <tt>LUA_INIT</tt> to load the <tt>compat-5.1.lua</tt> and set 126Then 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
128directory: 128directory:
@@ -145,11 +145,11 @@ c:\luasocket\&gt; lua
145Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio 145Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio
146&gt; http = require"http" 146&gt; http = require"http"
147&gt; print(http.request"http://www.tecgraf.puc-rio.br/luasocket/") 147&gt; print(http.request"http://www.tecgraf.puc-rio.br/luasocket/")
148--&gt; the source to this webpage gets dumped to terminal 148--&gt; 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
153how to properly install the library. </p> 153how 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> &middot; 230<a href="home.html#down">download</a> &middot;
230<a href="home.html#download">download</a> &middot; 231<a href="home.html#download">download</a> &middot;
231<a href="instalation.html">instalation</a> &middot; 232<a href="installation.html">installation</a> &middot;
232<a href="introduction.html">introduction</a> &middot; 233<a href="introduction.html">introduction</a> &middot;
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,
8Installation"> 8Installation">
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> &middot; 28<a href="home.html">home</a> &middot;
29<a href="home.html#download">download</a> &middot; 29<a href="home.html#download">download</a> &middot;
30<a href="instalation.html">instalation</a> &middot; 30<a href="installation.html">installation</a> &middot;
31<a href="introduction.html">introduction</a> &middot; 31<a href="introduction.html">introduction</a> &middot;
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.
51Thus, a compability module 51Thus, 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>
53has been released in conjunction with Roberto Ierusalimschy and <a 53has been released in conjunction with Roberto Ierusalimschy and <a
54href=http://www.keplerproject.org/">The Kepler Project</a> team. 54href=http://www.keplerproject.org/>The Kepler Project</a> team.
55It implements the Lua 5.1 package proposal on top of Lua 5.0. </p> 55It 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> &middot; 143<a href="home.html">home</a> &middot;
144<a href="home.html#down">download</a> &middot; 144<a href="home.html#down">download</a> &middot;
145<a href="instalation.html">instalation</a> &middot; 145<a href="installation.html">installation</a> &middot;
146<a href="introduction.html">introduction</a> &middot; 146<a href="introduction.html">introduction</a> &middot;
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> &middot; 28<a href="home.html">home</a> &middot;
29<a href="home.html#download">download</a> &middot; 29<a href="home.html#download">download</a> &middot;
30<a href="instalation.html">instalation</a> &middot; 30<a href="installation.html">installation</a> &middot;
31<a href="introduction.html">introduction</a> &middot; 31<a href="introduction.html">introduction</a> &middot;
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> &middot; 317<a href="home.html">home</a> &middot;
318<a href="home.html#down">download</a> &middot; 318<a href="home.html#down">download</a> &middot;
319<a href="instalation.html">instalation</a> &middot; 319<a href="installation.html">installation</a> &middot;
320<a href="introduction.html">introduction</a> &middot; 320<a href="introduction.html">introduction</a> &middot;
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> &middot; 28<a href="home.html">home</a> &middot;
29<a href="home.html#download">download</a> &middot; 29<a href="home.html#download">download</a> &middot;
30<a href="instalation.html">instalation</a> &middot; 30<a href="installation.html">installation</a> &middot;
31<a href="introduction.html">introduction</a> &middot; 31<a href="introduction.html">introduction</a> &middot;
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> &middot; 414<a href="home.html">home</a> &middot;
415<a href="home.html#down">download</a> &middot; 415<a href="home.html#down">download</a> &middot;
416<a href="instalation.html">instalation</a> &middot; 416<a href="installation.html">installation</a> &middot;
417<a href="introduction.html">introduction</a> &middot; 417<a href="introduction.html">introduction</a> &middot;
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> &middot; 27<a href="home.html">home</a> &middot;
28<a href="home.html#download">download</a> &middot; 28<a href="home.html#download">download</a> &middot;
29<a href="instalation.html">instalation</a> &middot; 29<a href="installation.html">installation</a> &middot;
30<a href="introduction.html">introduction</a> &middot; 30<a href="introduction.html">introduction</a> &middot;
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> &middot; 460<a href="home.html">home</a> &middot;
461<a href="home.html#down">download</a> &middot; 461<a href="home.html#down">download</a> &middot;
462<a href="instalation.html">instalation</a> &middot; 462<a href="installation.html">installation</a> &middot;
463<a href="introduction.html">introduction</a> &middot; 463<a href="introduction.html">introduction</a> &middot;
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> &middot; 28<a href="home.html">home</a> &middot;
29<a href="home.html#download">download</a> &middot; 29<a href="home.html#download">download</a> &middot;
30<a href="instalation.html">instalation</a> &middot; 30<a href="installation.html">installation</a> &middot;
31<a href="introduction.html">introduction</a> &middot; 31<a href="introduction.html">introduction</a> &middot;
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> &middot; 223<a href="home.html">home</a> &middot;
224<a href="home.html#down">download</a> &middot; 224<a href="home.html#down">download</a> &middot;
225<a href="instalation.html">instalation</a> &middot; 225<a href="installation.html">installation</a> &middot;
226<a href="introduction.html">introduction</a> &middot; 226<a href="introduction.html">introduction</a> &middot;
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> &middot; 28<a href="home.html">home</a> &middot;
29<a href="home.html#download">download</a> &middot; 29<a href="home.html#download">download</a> &middot;
30<a href="instalation.html">instalation</a> &middot; 30<a href="installation.html">installation</a> &middot;
31<a href="introduction.html">introduction</a> &middot; 31<a href="introduction.html">introduction</a> &middot;
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> &middot; 397<a href="home.html">home</a> &middot;
398<a href="home.html#down">download</a> &middot; 398<a href="home.html#down">download</a> &middot;
399<a href="instalation.html">instalation</a> &middot; 399<a href="installation.html">installation</a> &middot;
400<a href="introduction.html">introduction</a> &middot; 400<a href="introduction.html">introduction</a> &middot;
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> &middot; 27<a href="home.html">home</a> &middot;
28<a href="home.html#download">download</a> &middot; 28<a href="home.html#download">download</a> &middot;
29<a href="instalation.html">instalation</a> &middot; 29<a href="installation.html">installation</a> &middot;
30<a href="introduction.html">introduction</a> &middot; 30<a href="introduction.html">introduction</a> &middot;
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> &middot; 384<a href="home.html">home</a> &middot;
385<a href="home.html#down">download</a> &middot; 385<a href="home.html#down">download</a> &middot;
386<a href="instalation.html">instalation</a> &middot; 386<a href="installation.html">installation</a> &middot;
387<a href="introduction.html">introduction</a> &middot; 387<a href="introduction.html">introduction</a> &middot;
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> &middot; 27<a href="home.html">home</a> &middot;
28<a href="home.html#download">download</a> &middot; 28<a href="home.html#download">download</a> &middot;
29<a href="instalation.html">instalation</a> &middot; 29<a href="installation.html">installation</a> &middot;
30<a href="introduction.html">introduction</a> &middot; 30<a href="introduction.html">introduction</a> &middot;
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> &middot; 529<a href="home.html">home</a> &middot;
530<a href="home.html#down">download</a> &middot; 530<a href="home.html#down">download</a> &middot;
531<a href="instalation.html">instalation</a> &middot; 531<a href="installation.html">installation</a> &middot;
532<a href="introduction.html">introduction</a> &middot; 532<a href="introduction.html">introduction</a> &middot;
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> &middot; 27<a href="home.html">home</a> &middot;
28<a href="home.html#download">download</a> &middot; 28<a href="home.html#download">download</a> &middot;
29<a href="instalation.html">instalation</a> &middot; 29<a href="installation.html">installation</a> &middot;
30<a href="introduction.html">introduction</a> &middot; 30<a href="introduction.html">introduction</a> &middot;
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> &middot; 400<a href="home.html">home</a> &middot;
401<a href="home.html#download">download</a> &middot; 401<a href="home.html#download">download</a> &middot;
402<a href="instalation.html">instalation</a> &middot; 402<a href="installation.html">installation</a> &middot;
403<a href="introduction.html">introduction</a> &middot; 403<a href="introduction.html">introduction</a> &middot;
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> &middot; 27<a href="home.html">home</a> &middot;
28<a href="home.html#download">download</a> &middot; 28<a href="home.html#download">download</a> &middot;
29<a href="instalation.html">instalation</a> &middot; 29<a href="installation.html">installation</a> &middot;
30<a href="introduction.html">introduction</a> &middot; 30<a href="introduction.html">introduction</a> &middot;
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> &middot; 313<a href="home.html">home</a> &middot;
314<a href="home.html#down">download</a> &middot; 314<a href="home.html#down">download</a> &middot;
315<a href="instalation.html">instalation</a> &middot; 315<a href="installation.html">installation</a> &middot;
316<a href="introduction.html">introduction</a> &middot; 316<a href="introduction.html">introduction</a> &middot;
317<a href="reference.html">reference</a> 317<a href="reference.html">reference</a>
318</p> 318</p>