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 @@

home · download · -instalation · +installation · introduction · reference

@@ -115,7 +115,7 @@ message.

home · download · -instalation · +installation · introduction · reference

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 @@

home · download · -instalation · +installation · introduction · reference

@@ -266,7 +266,7 @@ f, e = ftp.put{

home · download · -instalation · +installation · introduction · reference

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.

-The following constants can be set to control the default behaviour of +The following constants can be set to control the default behavior of the HTTP module:

@@ -300,7 +300,7 @@ r, c = http.request {

home · download · -instalation · +installation · introduction · reference

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 @@

home · download · -instalation · +installation · introduction · reference

@@ -122,7 +122,7 @@ LuaSocket a try (Those on Unix or Mac OS X can just type make):

The quick and dirty way to use these binaries is to unpack everything into a directory, say c:\luasocket (include all Lua files from the -LuaSocket distrbitution in the same directory too!). +LuaSocket distribution in the same directory too!). Then set LUA_INIT to load the compat-5.1.lua and set LUA_PATH and LUA_CPATH to look for files in the current directory: @@ -145,11 +145,11 @@ c:\luasocket\> lua Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio > http = require"http" > print(http.request"http://www.tecgraf.puc-rio.br/luasocket/") ---> the source to this webpage gets dumped to terminal +--> the source to this web page gets dumped to terminal

When you are done playing, take a look at the -installation section of the manual to find out +installation section of the manual to find out how to properly install the library.

@@ -180,7 +180,7 @@ beta, is a beta).