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 Nx. Remove superfluous Pp. Increase co...



details:   https://anonhg.NetBSD.org/src/rev/cdb4087928da
branches:  trunk
changeset: 792518:cdb4087928da
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jan 06 09:23:18 2014 +0000

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

diffstat:

 share/man/man3lua/intro.3lua  |  9 +++++----
 share/man/man3lua/sqlite.3lua |  8 +++++---
 share/man/man3lua/syslog.3lua |  4 ++--
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (76 lines):

diff -r 57a02aa02e6b -r cdb4087928da share/man/man3lua/intro.3lua
--- a/share/man/man3lua/intro.3lua      Mon Jan 06 08:56:34 2014 +0000
+++ b/share/man/man3lua/intro.3lua      Mon Jan 06 09:23:18 2014 +0000
@@ -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@localhost>. 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
diff -r 57a02aa02e6b -r cdb4087928da share/man/man3lua/sqlite.3lua
--- a/share/man/man3lua/sqlite.3lua     Mon Jan 06 08:56:34 2014 +0000
+++ b/share/man/man3lua/sqlite.3lua     Mon Jan 06 09:23:18 2014 +0000
@@ -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@localhost>. All rights reserved.
 .\"
@@ -244,7 +244,8 @@
 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 @@
 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.
diff -r 57a02aa02e6b -r cdb4087928da share/man/man3lua/syslog.3lua
--- a/share/man/man3lua/syslog.3lua     Mon Jan 06 08:56:34 2014 +0000
+++ b/share/man/man3lua/syslog.3lua     Mon Jan 06 09:23:18 2014 +0000
@@ -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@localhost>. All rights reserved.
 .\"
@@ -200,8 +200,8 @@
 .Sh SEE ALSO
 .Xr lua 1 ,
 .Xr luac 1 ,
+.Xr syslog 3 ,
 .Xr intro 3lua ,
-.Xr syslog 3 ,
 .Xr syslogd 8
 .Sh HISTORY
 A



Home | Main Index | Thread Index | Old Index