aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-12-13 05:06:15 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-12-13 05:06:15 +0000
commit4f2e036f607676493a43d5396f2f2330cfe4de66 (patch)
tree973c0c2174b90e8169b64d128d1adbbfe5182c65
parent33349fbd21838e95cd07b5f660624932222517e2 (diff)
downloadluasocket-4f2e036f607676493a43d5396f2f2330cfe4de66.tar.gz
luasocket-4f2e036f607676493a43d5396f2f2330cfe4de66.tar.bz2
luasocket-4f2e036f607676493a43d5396f2f2330cfe4de66.zip
Tiny adjustment.
-rw-r--r--doc/installation.html6
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>
96LUA_INIT=@&lt;ROOT&gt;/compat-5.1.lua 96LUA_INIT=@&lt;ROOT&gt;/compat-5.1.lua
97</pre> 97</pre>
98 98
99<p>
99The other two environment variables instruct the compatibility module to 100The other two environment variables instruct the compatibility module to
100look for dynamic libraries and modules in the appropriate directories and 101look for dynamic libraries and extension modules in the appropriate
101with the appropriate filename extensions. 102directories and with the appropriate filename extensions.
103</p>
102 104
103<pre class=example> 105<pre class=example>
104LUA_PATH=&lt;ROOT&gt;/?.lua;?.lua 106LUA_PATH=&lt;ROOT&gt;/?.lua;?.lua