Use Nx. Remove superfluous Pp. Increase column width to widest entry.

This commit is contained in:
wiz 2014-01-06 09:23:18 +00:00
parent b76d3b3fa5
commit f5b7cc347b
3 changed files with 12 additions and 9 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: intro.3lua,v 1.4 2013/11/13 20:55:08 mbalmer Exp $
.\" $NetBSD: intro.3lua,v 1.5 2014/01/06 09:23:18 wiz Exp $
.\"
.\" Copyright (c) 2013 Marc Balmer <mbalmer@NetBSD.org>. All rights reserved.
.\"
@ -37,14 +37,15 @@
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:
The Lua modules provided by
.Nx
are:
.Pp
.Bl -tag -width XXXX -compact
.Bl -tag -width syslog -compact
.It Em gpio
Access
.Xr gpio 4
pins.
.Pp
.It Em sqlite
Access
.Xr sqlite3 1

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sqlite.3lua,v 1.2 2013/12/23 12:50:56 njoly Exp $
.\" $NetBSD: sqlite.3lua,v 1.3 2014/01/06 09:23:18 wiz Exp $
.\"
.\" Copyright (c) 2013 Marc Balmer <mbalmer@NetBSD.org>. All rights reserved.
.\"
@ -244,7 +244,8 @@ Out of memory.
Attempt to write a readonly database.
.Pp
.It Dv sqlite.INTERRUPT
Operation terminated by sqlite3_interrupt().
Operation terminated by
.Fn sqlite3_interrupt .
.Pp
.It Dv sqlite.IOERR
Some kind of disk I/O error occurred.
@ -253,7 +254,8 @@ Some kind of disk I/O error occurred.
The database disk image is malformed.
.Pp
.It Dv sqlite.NOTFOUND
Unknown opcode in sqlite3_file_control().
Unknown opcode in
.Fn sqlite3_file_control .
.Pp
.It Dv sqlite.FULL
Insertion failed because database is full.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: syslog.3lua,v 1.1 2013/11/13 20:55:08 mbalmer Exp $
.\" $NetBSD: syslog.3lua,v 1.2 2014/01/06 09:23:18 wiz Exp $
.\"
.\" Copyright (c) 2013 Marc Balmer <mbalmer@NetBSD.org>. All rights reserved.
.\"
@ -200,8 +200,8 @@ with a priority not set in maskpri are rejected.
.Sh SEE ALSO
.Xr lua 1 ,
.Xr luac 1 ,
.Xr intro 3lua ,
.Xr syslog 3 ,
.Xr intro 3lua ,
.Xr syslogd 8
.Sh HISTORY
A