diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-16 20:41:03 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-06-16 20:41:03 +0000 |
commit | ba2f0b8c6ba7fb3a26fa6d9676ee1aefe6d873cc (patch) | |
tree | 1a49ac4a3c74b9d3bf8e4220d4bf9c48641f3dbc /doc/introduction.html | |
parent | 0a4c1534f39511894728da193ab8225ad6022de9 (diff) | |
download | luasocket-ba2f0b8c6ba7fb3a26fa6d9676ee1aefe6d873cc.tar.gz luasocket-ba2f0b8c6ba7fb3a26fa6d9676ee1aefe6d873cc.tar.bz2 luasocket-ba2f0b8c6ba7fb3a26fa6d9676ee1aefe6d873cc.zip |
Fine tuning the manual...
Diffstat (limited to 'doc/introduction.html')
-rw-r--r-- | doc/introduction.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/introduction.html b/doc/introduction.html index 59d1956..63a7d84 100644 --- a/doc/introduction.html +++ b/doc/introduction.html | |||
@@ -122,7 +122,7 @@ from the "<tt>socket</tt>" namespace. | |||
122 | <pre class="example"> | 122 | <pre class="example"> |
123 | socket = require("socket") | 123 | socket = require("socket") |
124 | print(socket.VERSION) | 124 | print(socket.VERSION) |
125 | -- LuaSocket 2.0 | 125 | --> LuaSocket 2.0 |
126 | </pre> | 126 | </pre> |
127 | 127 | ||
128 | <!-- tcp ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> | 128 | <!-- tcp ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --> |