From ae2d2859e7882d553276896d499064a2407c3853 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 13 Dec 2004 06:26:01 +0000 Subject: [PATCH] Spell checked the manual. --- doc/dns.html | 4 ++-- doc/ftp.html | 4 ++-- doc/http.html | 4 ++-- doc/index.html | 15 ++++++++------- doc/installation.html | 10 +++++----- doc/introduction.html | 4 ++-- doc/ltn12.html | 4 ++-- doc/mime.html | 4 ++-- doc/reference.html | 4 ++-- doc/smtp.html | 4 ++-- doc/socket.html | 6 +++--- doc/tcp.html | 4 ++-- doc/udp.html | 4 ++-- doc/url.html | 4 ++-- 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 @@

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).