xref: /freebsd/share/man/man3lua/intro.3lua (revision 4d846d260e2b9a3d4d0a701462568268cbfe7a5b)
173577bf0SRyan Moeller.\"
2*4d846d26SWarner Losh.\" SPDX-License-Identifier: BSD-2-Clause
373577bf0SRyan Moeller.\"
473577bf0SRyan Moeller.\" Copyright (c) 2020, Ryan Moeller <freqlabs@FreeBSD.org>
573577bf0SRyan Moeller.\"
673577bf0SRyan Moeller.\" Redistribution and use in source and binary forms, with or without
773577bf0SRyan Moeller.\" modification, are permitted provided that the following conditions
873577bf0SRyan Moeller.\" are met:
973577bf0SRyan Moeller.\" 1. Redistributions of source code must retain the above copyright
1073577bf0SRyan Moeller.\"    notice, this list of conditions and the following disclaimer.
1173577bf0SRyan Moeller.\" 2. Redistributions in binary form must reproduce the above copyright
1273577bf0SRyan Moeller.\"    notice, this list of conditions and the following disclaimer in the
1373577bf0SRyan Moeller.\"    documentation and/or other materials provided with the distribution.
1473577bf0SRyan Moeller.\"
1573577bf0SRyan Moeller.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1673577bf0SRyan Moeller.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1773577bf0SRyan Moeller.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1873577bf0SRyan Moeller.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1973577bf0SRyan Moeller.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2073577bf0SRyan Moeller.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2173577bf0SRyan Moeller.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2273577bf0SRyan Moeller.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2373577bf0SRyan Moeller.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2473577bf0SRyan Moeller.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2573577bf0SRyan Moeller.\" SUCH DAMAGE.
2673577bf0SRyan Moeller.\"
2773577bf0SRyan Moeller.\" $FreeBSD$
2873577bf0SRyan Moeller.\"
2973577bf0SRyan Moeller.Dd October 24, 2020
3073577bf0SRyan Moeller.Dt INTRO 3lua
3173577bf0SRyan Moeller.Os
3273577bf0SRyan Moeller.Sh NAME
3373577bf0SRyan Moeller.Nm intro
3473577bf0SRyan Moeller.Nd introduction to the Lua modules for flua
3573577bf0SRyan Moeller.Po
3673577bf0SRyan Moeller.Fx
3773577bf0SRyan MoellerLua
3873577bf0SRyan Moeller.Pc
3973577bf0SRyan Moeller.Sh DESCRIPTION
4073577bf0SRyan MoellerThis section describes
4173577bf0SRyan Moeller.Em flua
4273577bf0SRyan Moeller.Po
4373577bf0SRyan Moeller.Fx
4473577bf0SRyan MoellerLua
4573577bf0SRyan Moeller.Pc
4673577bf0SRyan Moellerand the Lua modules provided in the
4773577bf0SRyan Moeller.Fx
4873577bf0SRyan Moellerbase system.
4973577bf0SRyan Moeller.Pp
5073577bf0SRyan MoellerThe Lua modules provided by
5173577bf0SRyan Moeller.Fx
5273577bf0SRyan Moellerare:
5373577bf0SRyan Moeller.Bl -tag -width jail
5473577bf0SRyan Moeller.It Xr jail 3lua
5573577bf0SRyan MoellerWrapper for
5673577bf0SRyan Moeller.Xr jail 3 .
5773577bf0SRyan Moeller.El
5873577bf0SRyan Moeller.Sh SEE ALSO
5973577bf0SRyan Moeller.Xr jail 3lua
6073577bf0SRyan Moeller.Sh AUTHORS
6173577bf0SRyan Moeller.An Ryan Moeller ,
6273577bf0SRyan Moellerwith inspiration from
6373577bf0SRyan Moeller.Nx
6473577bf0SRyan Moellerintro(3lua), by
6573577bf0SRyan Moeller.An Marc Balmer .
66