summaryrefslogtreecommitdiff
path: root/doc/lua.1
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.1
parentbf6b5550cdfbc0c4a3a4577776ad76628d80718e (diff)
downloadlua-github-5.1-alpha.tar.gz
Lua 5.1-alpha5.1-alpha
Diffstat (limited to 'doc/lua.1')
-rw-r--r--doc/lua.19
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/lua.1 b/doc/lua.1
index c9bba7d7..39c7d8e4 100644
--- a/doc/lua.1
+++ b/doc/lua.1
@@ -1,5 +1,5 @@
-.\" lua.man,v 1.8 2003/04/02 00:05:20 lhf Exp
-.TH LUA 1 "2003/04/02 00:05:20"
+.\" $Id: lua.man,v 1.9 2005/09/02 16:29:34 lhf Exp $
+.TH LUA 1 "$Date: 2005/09/02 16:29:34 $"
.SH NAME
lua \- Lua interpreter
.SH SYNOPSIS
@@ -141,9 +141,9 @@ enter interactive mode after
.I script
is executed.
.TP
-.BI \-l " file"
+.BI \-l " module"
call
-.BI require( file )
+.BI require( module )
before executing
.IR script.
Typically used to load libraries
@@ -163,5 +163,4 @@ R. Ierusalimschy,
L. H. de Figueiredo,
and
W. Celes
-(lua@tecgraf.puc-rio.br)
.\" EOF