From a2b780bf7a78c66d54a248fa99b5fc862c12a127 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 21 Nov 2005 07:04:44 +0000 Subject: [PATCH] Spell checking on the manuals. David's changes to lp.lua. --- doc/dns.html | 2 +- doc/ftp.html | 2 +- doc/http.html | 2 +- doc/index.html | 4 ++-- doc/installation.html | 13 ++++++------- doc/introduction.html | 2 +- doc/ltn12.html | 2 +- doc/mime.html | 2 +- doc/reference.html | 2 +- doc/smtp.html | 2 +- doc/socket.html | 4 ++-- doc/tcp.html | 4 ++-- doc/udp.html | 2 +- doc/url.html | 2 +- etc/lp.lua | 24 ++++++++++++++---------- 15 files changed, 36 insertions(+), 33 deletions(-) diff --git a/doc/dns.html b/doc/dns.html index af64ce4..826e4a2 100644 --- a/doc/dns.html +++ b/doc/dns.html @@ -122,7 +122,7 @@ message.

Last modified by Diego Nehab on
-Sun Nov 28 03:19:00 EST 2004 +Mon Nov 21 01:56:09 EST 2005

diff --git a/doc/ftp.html b/doc/ftp.html index 1886344..4398a2a 100644 --- a/doc/ftp.html +++ b/doc/ftp.html @@ -279,7 +279,7 @@ f, e = ftp.put{

Last modified by Diego Nehab on
-Sun Nov 28 03:19:00 EST 2004 +Mon Nov 21 01:56:32 EST 2005

diff --git a/doc/http.html b/doc/http.html index 9d80c23..a60ed25 100644 --- a/doc/http.html +++ b/doc/http.html @@ -315,7 +315,7 @@ r, c = http.request {

Last modified by Diego Nehab on
-Sun Nov 28 03:19:00 EST 2004 +Mon Nov 21 01:57:03 EST 2005

diff --git a/doc/index.html b/doc/index.html index 7ac0d4c..06369a7 100644 --- a/doc/index.html +++ b/doc/index.html @@ -101,7 +101,7 @@ contains several examples, this user's manual and basic test procedures.

-Danilo Tuler is mantaining Win32 binaries for LuaSocket, which are also +Danilo Tuler is maintaining Win32 binaries for LuaSocket, which are also available from LuaForge. These are compatible with the LuaBinaries available from LuaForge. @@ -246,7 +246,7 @@ still available for those that have compatibility issues.

Last modified by Diego Nehab on
-Sun Nov 28 03:19:00 EST 2004 +Mon Nov 21 01:56:56 EST 2005

diff --git a/doc/installation.html b/doc/installation.html index 4086f41..c8eb5d9 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -37,7 +37,7 @@ Installation"> -

Instalation

+

Installation

LuaSocket 2.0 uses the new package proposal for Lua 5.1. All Lua library developers are encouraged to update their libraries so that @@ -48,7 +48,7 @@ standardization and flexibility of the standard.

The proposal was considered important enough by some of us to justify early adoption, even before release of Lua 5.1. -Thus, a compability module +Thus, a compatibility module compat-5.1 has been released in conjunction with Roberto Ierusalimschy and The Kepler Project team. @@ -110,7 +110,7 @@ LUA_PATH=<SHARE>/?.lua;?.lua LUA_CPATH=<LIB>/?.dll;?.dll -

Again, naturally, on Unix systmems the shared library extension would be +

Again, naturally, on Unix systems the shared library extension would be .so instead of .dll.

Using LuaSocket

@@ -127,13 +127,12 @@ Lua 5.0.2 Copyright (C) 1994-2004 Tecgraf, PUC-Rio

Each module loads their dependencies automatically, so you only need to -load the modues you directly depend upon:

+load the modules you directly depend upon:

 Lua 5.0.2  Copyright (C) 1994-2004 Tecgraf, PUC-Rio
 > http = require("socket.http")
->
-print(http.request("http://www.cs.princeton.edu/~diego/professional/luasocket"))
+> print(http.request("http://www.cs.princeton.edu/~diego/professional/luasocket"))
 --> homepage gets dumped to terminal
 
@@ -152,7 +151,7 @@ print(http.request("http://www.cs.princeton.edu/~diego/professional/luasocket"))

Last modified by Diego Nehab on
-Sun Nov 28 03:19:00 EST 2004 +Mon Nov 21 01:57:22 EST 2005

diff --git a/doc/introduction.html b/doc/introduction.html index c88fa40..bb55762 100644 --- a/doc/introduction.html +++ b/doc/introduction.html @@ -323,7 +323,7 @@ and many others are covered by the reference manual.

Last modified by Diego Nehab on
-Sun Nov 28 03:19:00 EST 2004 +Mon Nov 21 01:57:43 EST 2005

diff --git a/doc/ltn12.html b/doc/ltn12.html index c5a0f59..7d2842e 100644 --- a/doc/ltn12.html +++ b/doc/ltn12.html @@ -420,7 +420,7 @@ Creates and returns a source that produces the contents of a

Last modified by Diego Nehab on
-Sun Nov 28 03:19:00 EST 2004 +Mon Nov 21 01:57:47 EST 2005

diff --git a/doc/mime.html b/doc/mime.html index 47ab47b..11ec543 100644 --- a/doc/mime.html +++ b/doc/mime.html @@ -466,7 +466,7 @@ marker.

Last modified by Diego Nehab on
-Sun Nov 28 03:19:00 EST 2004 +Mon Nov 21 01:57:51 EST 2005

diff --git a/doc/reference.html b/doc/reference.html index b4b2f1d..ed1702d 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -229,7 +229,7 @@ Support, Manual">

Last modified by Diego Nehab on
-Sun Nov 28 03:19:00 EST 2004 +Mon Nov 21 01:57:56 EST 2005

diff --git a/doc/smtp.html b/doc/smtp.html index 14def8a..833aa83 100644 --- a/doc/smtp.html +++ b/doc/smtp.html @@ -407,7 +407,7 @@ r, e = smtp.send{

Last modified by Diego Nehab on
-Sun Nov 28 03:19:00 EST 2004 +Mon Nov 21 01:58:01 EST 2005

diff --git a/doc/socket.html b/doc/socket.html index 54b12cb..82e958a 100644 --- a/doc/socket.html +++ b/doc/socket.html @@ -230,7 +230,7 @@ sink from a stream socket object.

-Mode defines the behaviour of the sink. The following +Mode defines the behavior of the sink. The following options are available: