summaryrefslogtreecommitdiff
path: root/doc/lua.html
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2005-09-09 12:00:00 +0000
committerrepogen <>2005-09-09 12:00:00 +0000
commitbd80c4ee9b6d9464cf9f3ff4ee41890d8b3ca9e6 (patch)
treee1d7c1b341ccb9a3a1fb044ac6e67b5a5e0259b7 /doc/lua.html
parentbf6b5550cdfbc0c4a3a4577776ad76628d80718e (diff)
downloadlua-github-5.1-alpha.tar.gz
Lua 5.1-alpha5.1-alpha
Diffstat (limited to 'doc/lua.html')
-rw-r--r--doc/lua.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lua.html b/doc/lua.html
index 073d4b52..3bc0d8ae 100644
--- a/doc/lua.html
+++ b/doc/lua.html
@@ -1,7 +1,8 @@
-<!-- lua.man,v 1.8 2003/04/02 00:05:20 lhf Exp -->
+<!-- $Id: lua.man,v 1.9 2005/09/02 16:29:34 lhf Exp $ -->
<HTML>
<HEAD>
<TITLE>LUA man page</TITLE>
+<LINK REL="stylesheet" TYPE="text/css" HREF="lua.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
@@ -147,9 +148,9 @@ enter interactive mode after
<I>script</I>
is executed.
<P>
-<B>-l "</B><I>file"</I>
+<B>-l "</B><I>module"</I>
call
-<B>require( file</B><I>)</I>
+<B>require( module</B><I>)</I>
before executing
<I></I>script.
Typically used to load libraries
@@ -169,7 +170,6 @@ R. Ierusalimschy,
L. H. de Figueiredo,
and
W. Celes
-(<A HREF="mailto:lua-NO-SPAM-THANKS@tecgraf.puc-rio.br">lua AT tecgraf.puc-rio.br</A>)
<!-- EOF -->
</BODY>
</HTML>