From a2b780bf7a78c66d54a248fa99b5fc862c12a127 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 21 Nov 2005 07:04:44 +0000 Subject: Spell checking on the manuals. David's changes to lp.lua. --- doc/installation.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'doc/installation.html') 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

-- cgit v1.2.3-55-g6feb