Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3lua Use the term "Lua modules" instead of "Lua...



details:   https://anonhg.NetBSD.org/src/rev/3d7728951b64
branches:  trunk
changeset: 791081:3d7728951b64
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Mon Nov 04 08:04:18 2013 +0000

description:
Use the term "Lua modules" instead of "Lua libraries", list the modules
available.

diffstat:

 share/man/man3lua/intro.3lua |  24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 69ae2b9d9403 -r 3d7728951b64 share/man/man3lua/intro.3lua
--- a/share/man/man3lua/intro.3lua      Sun Nov 03 22:27:27 2013 +0000
+++ b/share/man/man3lua/intro.3lua      Mon Nov 04 08:04:18 2013 +0000
@@ -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 <mbalmer%NetBSD.org@localhost>. 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 @@
 .Sh HISTORY
 An
 .Nm
-manual for Lua libraries appeared in
+manual for Lua modules appeared in
 .Nx 7.0 .



Home | Main Index | Thread Index | Old Index