Module Name: src Committed By: mbalmer Date: Mon Nov 4 08:04:18 UTC 2013
Modified Files: src/share/man/man3lua: intro.3lua Log Message: Use the term "Lua modules" instead of "Lua libraries", list the modules available. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man3lua/intro.3lua Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man3lua/intro.3lua diff -u src/share/man/man3lua/intro.3lua:1.2 src/share/man/man3lua/intro.3lua:1.3 --- src/share/man/man3lua/intro.3lua:1.2 Sat Oct 26 17:46:48 2013 +++ src/share/man/man3lua/intro.3lua Mon Nov 4 08:04:18 2013 @@ -1,4 +1,4 @@ -.\" $NetBSD: intro.3lua,v 1.2 2013/10/26 17:46:48 mbalmer Exp $ +.\" $NetBSD: intro.3lua,v 1.3 2013/11/04 08:04:18 mbalmer Exp $ .\" .\" Copyright (c) 2013 Marc Balmer <mbal...@netbsd.org>. All rights reserved. .\" @@ -27,15 +27,29 @@ .\" SUCH DAMAGE. .\" .\" -.Dd October 25, 2013 +.Dd November 4, 2013 .Dt INTRO 3lua .Os .Sh NAME .Nm intro -.Nd introduction to the Lua libraries +.Nd introduction to the Lua modules .Sh DESCRIPTION -This section provides an overview of the Lua libraries, their +This section provides an overview of the Lua modules, their functions, error returns and other common definitions and concepts. +.Pp +The Lua modules provided by NetBSD are: +.Pp +.Bl -tag -width XXXX -compact +.It Em gpio +Access +.Xr gpio 4 +pins. +.Pp +.It Em sqlite +Access +.Xr sqlite3 1 +files. +.El .Sh SEE ALSO .Xr lua 1 , .Xr luac 1 , @@ -43,5 +57,5 @@ functions, error returns and other commo .Sh HISTORY An .Nm -manual for Lua libraries appeared in +manual for Lua modules appeared in .Nx 7.0 .