xref: /freebsd/share/man/man3lua/intro.3lua (revision 73577bf01de5c4677dc54d97f93310286c254780)
1*73577bf0SRyan Moeller.\"
2*73577bf0SRyan Moeller.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3*73577bf0SRyan Moeller.\"
4*73577bf0SRyan Moeller.\" Copyright (c) 2020, Ryan Moeller <freqlabs@FreeBSD.org>
5*73577bf0SRyan Moeller.\"
6*73577bf0SRyan Moeller.\" Redistribution and use in source and binary forms, with or without
7*73577bf0SRyan Moeller.\" modification, are permitted provided that the following conditions
8*73577bf0SRyan Moeller.\" are met:
9*73577bf0SRyan Moeller.\" 1. Redistributions of source code must retain the above copyright
10*73577bf0SRyan Moeller.\"    notice, this list of conditions and the following disclaimer.
11*73577bf0SRyan Moeller.\" 2. Redistributions in binary form must reproduce the above copyright
12*73577bf0SRyan Moeller.\"    notice, this list of conditions and the following disclaimer in the
13*73577bf0SRyan Moeller.\"    documentation and/or other materials provided with the distribution.
14*73577bf0SRyan Moeller.\"
15*73577bf0SRyan Moeller.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
16*73577bf0SRyan Moeller.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
17*73577bf0SRyan Moeller.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
18*73577bf0SRyan Moeller.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
19*73577bf0SRyan Moeller.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20*73577bf0SRyan Moeller.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21*73577bf0SRyan Moeller.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22*73577bf0SRyan Moeller.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23*73577bf0SRyan Moeller.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24*73577bf0SRyan Moeller.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25*73577bf0SRyan Moeller.\" SUCH DAMAGE.
26*73577bf0SRyan Moeller.\"
27*73577bf0SRyan Moeller.\" $FreeBSD$
28*73577bf0SRyan Moeller.\"
29*73577bf0SRyan Moeller.Dd October 24, 2020
30*73577bf0SRyan Moeller.Dt INTRO 3lua
31*73577bf0SRyan Moeller.Os
32*73577bf0SRyan Moeller.Sh NAME
33*73577bf0SRyan Moeller.Nm intro
34*73577bf0SRyan Moeller.Nd introduction to the Lua modules for flua
35*73577bf0SRyan Moeller.Po
36*73577bf0SRyan Moeller.Fx
37*73577bf0SRyan MoellerLua
38*73577bf0SRyan Moeller.Pc
39*73577bf0SRyan Moeller.Sh DESCRIPTION
40*73577bf0SRyan MoellerThis section describes
41*73577bf0SRyan Moeller.Em flua
42*73577bf0SRyan Moeller.Po
43*73577bf0SRyan Moeller.Fx
44*73577bf0SRyan MoellerLua
45*73577bf0SRyan Moeller.Pc
46*73577bf0SRyan Moellerand the Lua modules provided in the
47*73577bf0SRyan Moeller.Fx
48*73577bf0SRyan Moellerbase system.
49*73577bf0SRyan Moeller.Pp
50*73577bf0SRyan MoellerThe Lua modules provided by
51*73577bf0SRyan Moeller.Fx
52*73577bf0SRyan Moellerare:
53*73577bf0SRyan Moeller.Bl -tag -width jail
54*73577bf0SRyan Moeller.It Xr jail 3lua
55*73577bf0SRyan MoellerWrapper for
56*73577bf0SRyan Moeller.Xr jail 3 .
57*73577bf0SRyan Moeller.El
58*73577bf0SRyan Moeller.Sh SEE ALSO
59*73577bf0SRyan Moeller.Xr jail 3lua
60*73577bf0SRyan Moeller.Sh AUTHORS
61*73577bf0SRyan Moeller.An Ryan Moeller ,
62*73577bf0SRyan Moellerwith inspiration from
63*73577bf0SRyan Moeller.Nx
64*73577bf0SRyan Moellerintro(3lua), by
65*73577bf0SRyan Moeller.An Marc Balmer .
66