diff options
author | Warner Losh <imp@FreeBSD.org> | 2024-11-30 05:41:12 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2024-11-30 05:41:12 +0000 |
commit | 82a9c706179ee449d17fe66787bc27182143ddd5 (patch) | |
tree | a81823b4159a091df19b37f01c70b7a18d062044 /doc/lua.1 | |
parent | 71944acbe7e51ac849d2baae287d867c2276ce4e (diff) |
Diffstat (limited to 'doc/lua.1')
-rw-r--r-- | doc/lua.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lua.1 b/doc/lua.1 index 3f472fd81f62..3c9e000234e3 100644 --- a/doc/lua.1 +++ b/doc/lua.1 @@ -1,5 +1,5 @@ -.\" $Id: lua.man,v 1.14 2022/09/23 09:06:36 lhf Exp $ -.TH LUA 1 "$Date: 2022/09/23 09:06:36 $" +.\" $Id: lua.man,v 1.14 2024/05/08 18:48:27 lhf Exp $ +.TH LUA 1 "$Date: 2024/05/08 18:48:27 $" .SH NAME lua \- Lua interpreter .SH SYNOPSIS @@ -123,7 +123,7 @@ and the version-neutral variants are ignored. Code to be executed before command line options and scripts. .TP .B LUA_PATH, LUA_PATH_5_4 -Initial value of package.cpath, +Initial value of package.path, the path used by require to search for Lua loaders. .TP .B LUA_CPATH, LUA_CPATH_5_4 |