diff options
Diffstat (limited to 'doc/reference.html')
-rw-r--r-- | doc/reference.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/reference.html b/doc/reference.html index 163a8a2..2bc5f78 100644 --- a/doc/reference.html +++ b/doc/reference.html | |||
@@ -1,11 +1,11 @@ | |||
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" |
2 | "http://www.w3.org/TR/html4/strict.dtd"> | 2 | "http://www.w3.org/TR/html4/strict.dtd"> |
3 | <html> | 3 | <html> |
4 | 4 | ||
5 | <head> | 5 | <head> |
6 | <meta name="description" content="LuaSocket: Index to reference manual"> | 6 | <meta name="description" content="LuaSocket: Index to reference manual"> |
7 | <meta name="keywords" content="Lua, LuaSocket, Index, Manual, Network, Library, | 7 | <meta name="keywords" content="Lua, LuaSocket, Index, Manual, Network, Library, |
8 | Support, Manual"> | 8 | Support, Manual"> |
9 | <title>LuaSocket: Index to reference manual</title> | 9 | <title>LuaSocket: Index to reference manual</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> |
@@ -14,22 +14,22 @@ Support, Manual"> | |||
14 | 14 | ||
15 | <!-- header ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 15 | <!-- header ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
16 | 16 | ||
17 | <div class=header> | 17 | <div class="header"> |
18 | <hr> | 18 | <hr> |
19 | <center> | 19 | <center> |
20 | <table summary="LuaSocket logo"> | 20 | <table summary="LuaSocket logo"> |
21 | <tr><td align=center><a href="http://www.lua.org"> | 21 | <tr><td align="center"><a href="http://www.lua.org"> |
22 | <img width=128 height=128 border=0 alt="LuaSocket" src="luasocket.png"> | 22 | <img width="128" height="128" border="0" alt="LuaSocket" src="luasocket.png"> |
23 | </a></td></tr> | 23 | </a></td></tr> |
24 | <tr><td align=center valign=top>Network support for the Lua language | 24 | <tr><td align="center" valign="top">Network support for the Lua language |
25 | </td></tr> | 25 | </td></tr> |
26 | </table> | 26 | </table> |
27 | <p class=bar> | 27 | <p class="bar"> |
28 | <a href="index.html">home</a> · | 28 | <a href="index.html">home</a> · |
29 | <a href="index.html#download">download</a> · | 29 | <a href="index.html#download">download</a> · |
30 | <a href="installation.html">installation</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> |
34 | </center> | 34 | </center> |
35 | <hr> | 35 | <hr> |
@@ -92,7 +92,7 @@ Support, Manual"> | |||
92 | <a href="ltn12.html#sink.table">table</a>. | 92 | <a href="ltn12.html#sink.table">table</a>. |
93 | </blockquote> | 93 | </blockquote> |
94 | <blockquote> | 94 | <blockquote> |
95 | <a href="ltn12.html#source">source</a>: | 95 | <a href="ltn12.html#source">source</a>: |
96 | <a href="ltn12.html#source.cat">cat</a>, | 96 | <a href="ltn12.html#source.cat">cat</a>, |
97 | <a href="ltn12.html#source.chain">chain</a>, | 97 | <a href="ltn12.html#source.chain">chain</a>, |
98 | <a href="ltn12.html#source.empty">empty</a>, | 98 | <a href="ltn12.html#source.empty">empty</a>, |
@@ -238,10 +238,10 @@ Support, Manual"> | |||
238 | 238 | ||
239 | <!-- footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 239 | <!-- footer ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |
240 | 240 | ||
241 | <div class=footer> | 241 | <div class="footer"> |
242 | <hr> | 242 | <hr> |
243 | <center> | 243 | <center> |
244 | <p class=bar> | 244 | <p class="bar"> |
245 | <a href="index.html">home</a> · | 245 | <a href="index.html">home</a> · |
246 | <a href="index.html#down">download</a> · | 246 | <a href="index.html#down">download</a> · |
247 | <a href="installation.html">installation</a> · | 247 | <a href="installation.html">installation</a> · |