aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 0e9eb1d..abba703 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -3,6 +3,8 @@
3<html> 3<html>
4 4
5<head> 5<head>
6<meta name="description" content="The LuaSocket Homepage">
7<meta name="keywords" content="Lua, Library, Network, Support, Internet">
6<title>LuaSocket: Network support for the Lua language </title> 8<title>LuaSocket: Network support for the Lua language </title>
7<link rel="stylesheet" href="reference.css" type="text/css"> 9<link rel="stylesheet" href="reference.css" type="text/css">
8</head> 10</head>
@@ -16,7 +18,7 @@
16<center> 18<center>
17<table summary="LuaSocket logo"> 19<table summary="LuaSocket logo">
18<tr><td align=center><a href="http://www.lua.org"> 20<tr><td align=center><a href="http://www.lua.org">
19<img width=128 border=0 alt="LuaSocket" src="luasocket.png"> 21<img width=128 height=128 border=0 alt="LuaSocket" src="luasocket.png">
20</a></td></tr> 22</a></td></tr>
21<tr><td align=center valign=top>Network support for the Lua language 23<tr><td align=center valign=top>Network support for the Lua language
22</td></tr> 24</td></tr>
@@ -276,7 +278,7 @@ return convention WILL break old code;
276 does not call <tt>listen</tt> anymore. It is the new <tt>listen</tt> 278 does not call <tt>listen</tt> anymore. It is the new <tt>listen</tt>
277method that turns a TCP object into a server object; 279method that turns a TCP object into a server object;
278 280
279<li> <tt>socket.time</tt> became <tt>socket.gettime</tt> for uniformity; 281<li> <tt>socket.time</tt> changed to <tt>socket.gettime</tt> for uniformity;
280 282
281<li> Interface to options has changed. 283<li> Interface to options has changed.
282 284