diff options
Diffstat (limited to 'doc/lua.html')
-rw-r--r-- | doc/lua.html | 8 |
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> |