diff options
author | Lua Team <team@lua.org> | 2005-09-09 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2005-09-09 12:00:00 +0000 |
commit | bd80c4ee9b6d9464cf9f3ff4ee41890d8b3ca9e6 (patch) | |
tree | e1d7c1b341ccb9a3a1fb044ac6e67b5a5e0259b7 /doc/lua.1 | |
parent | bf6b5550cdfbc0c4a3a4577776ad76628d80718e (diff) | |
download | lua-github-5.1-alpha.tar.gz |
Lua 5.1-alpha5.1-alpha
Diffstat (limited to 'doc/lua.1')
-rw-r--r-- | doc/lua.1 | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |