xref: /netbsd-src/share/man/man9lua/intro.9lua (revision a75c623ada7541af3434b486a95c42766d7f17a1)
1*a75c623aSpgoyette.\"	$NetBSD: intro.9lua,v 1.5 2015/05/13 22:31:16 pgoyette Exp $
2fe4e1d97Smbalmer.\"
3fe4e1d97Smbalmer.\" Copyright (c) 2013 Marc Balmer <mbalmer@NetBSD.org>. All rights reserved.
4fe4e1d97Smbalmer.\"
5fe4e1d97Smbalmer.\" Redistribution and use in source and binary forms, with or without
6fe4e1d97Smbalmer.\" modification, are permitted provided that the following conditions
7fe4e1d97Smbalmer.\" are met:
8fe4e1d97Smbalmer.\" 1. Redistributions of source code must retain the above copyright
9fe4e1d97Smbalmer.\"    notice, this list of conditions and the following disclaimer.
10fe4e1d97Smbalmer.\" 2. Redistributions in binary form must reproduce the above copyright
11fe4e1d97Smbalmer.\"    notice, this list of conditions and the following disclaimer in the
12fe4e1d97Smbalmer.\"    documentation and/or other materials provided with the distribution.
13fe4e1d97Smbalmer.\" 3. Neither the name of the University nor the names of its contributors
14fe4e1d97Smbalmer.\"    may be used to endorse or promote products derived from this software
15fe4e1d97Smbalmer.\"    without specific prior written permission.
16fe4e1d97Smbalmer.\"
17fe4e1d97Smbalmer.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
18fe4e1d97Smbalmer.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19fe4e1d97Smbalmer.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20fe4e1d97Smbalmer.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
21fe4e1d97Smbalmer.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22fe4e1d97Smbalmer.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23fe4e1d97Smbalmer.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24fe4e1d97Smbalmer.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25fe4e1d97Smbalmer.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26fe4e1d97Smbalmer.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27fe4e1d97Smbalmer.\" SUCH DAMAGE.
28fe4e1d97Smbalmer.\"
29fe4e1d97Smbalmer.\"
30fe4e1d97Smbalmer.Dd October 26, 2013
31db33fa38Smbalmer.Dt INTRO 9lua
32fe4e1d97Smbalmer.Os
33fe4e1d97Smbalmer.Sh NAME
34fe4e1d97Smbalmer.Nm intro
35fe4e1d97Smbalmer.Nd introduction to the Lua kernel bindings
36fe4e1d97Smbalmer.Sh DESCRIPTION
37fe4e1d97SmbalmerThis section provides an overview of the Lua kernel bindings, their
38fe4e1d97Smbalmerfunctions, error returns and other common definitions and concepts.
39*a75c623aSpgoyette.Sh EXAMPLES
40*a75c623aSpgoyetteAn example module is available in the
41*a75c623aSpgoyette.Pa src/sys/modules/examples/
42*a75c623aSpgoyettedirectory hierarchy.
43fe4e1d97Smbalmer.Sh SEE ALSO
44fe4e1d97Smbalmer.Xr lua 1 ,
45fe4e1d97Smbalmer.Xr luac 1 ,
46fe4e1d97Smbalmer.Xr intro 3lua ,
47a760028eSwiz.Xr lua 4 ,
48a760028eSwiz.Xr pmf 9lua ,
49a760028eSwiz.Xr systm 9lua
50fe4e1d97Smbalmer.Sh HISTORY
51fe4e1d97SmbalmerAn
52fe4e1d97Smbalmer.Nm
53fe4e1d97Smbalmermanual for Lua kernel bindings appeared in
54fe4e1d97Smbalmer.Nx 7.0 .
55