diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-12-13 05:06:15 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-12-13 05:06:15 +0000 |
commit | 4f2e036f607676493a43d5396f2f2330cfe4de66 (patch) | |
tree | 973c0c2174b90e8169b64d128d1adbbfe5182c65 | |
parent | 33349fbd21838e95cd07b5f660624932222517e2 (diff) | |
download | luasocket-4f2e036f607676493a43d5396f2f2330cfe4de66.tar.gz luasocket-4f2e036f607676493a43d5396f2f2330cfe4de66.tar.bz2 luasocket-4f2e036f607676493a43d5396f2f2330cfe4de66.zip |
Tiny adjustment.
-rw-r--r-- | doc/installation.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/installation.html b/doc/installation.html index 63a555c..62c36e4 100644 --- a/doc/installation.html +++ b/doc/installation.html | |||
@@ -96,9 +96,11 @@ the interpreter to load the <tt>compat-5.1.lua</tt> module at startup: </p> | |||
96 | LUA_INIT=@<ROOT>/compat-5.1.lua | 96 | LUA_INIT=@<ROOT>/compat-5.1.lua |
97 | </pre> | 97 | </pre> |
98 | 98 | ||
99 | <p> | ||
99 | The other two environment variables instruct the compatibility module to | 100 | The other two environment variables instruct the compatibility module to |
100 | look for dynamic libraries and modules in the appropriate directories and | 101 | look for dynamic libraries and extension modules in the appropriate |
101 | with the appropriate filename extensions. | 102 | directories and with the appropriate filename extensions. |
103 | </p> | ||
102 | 104 | ||
103 | <pre class=example> | 105 | <pre class=example> |
104 | LUA_PATH=<ROOT>/?.lua;?.lua | 106 | LUA_PATH=<ROOT>/?.lua;?.lua |