Module Name: src
Committed By: njoly
Date: Wed Nov 6 17:54:55 UTC 2013
Modified Files:
src/share/man/man4: lua.4
Log Message:
Small macros cleanup. Do not call '.Bl -compact' and add .Pp before
each item. No output change.
ok mbalmer@.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/lua.4
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/man4/lua.4
diff -u src/share/man/man4/lua.4:1.2 src/share/man/man4/lua.4:1.3
--- src/share/man/man4/lua.4:1.2 Thu Oct 24 09:49:51 2013
+++ src/share/man/man4/lua.4 Wed Nov 6 17:54:55 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: lua.4,v 1.2 2013/10/24 09:49:51 wiz Exp $
+.\" $NetBSD: lua.4,v 1.3 2013/11/06 17:54:55 njoly Exp $
.\"
.\" Copyright (c) 2013 Marc Balmer <[email protected]>
.\"
@@ -66,20 +66,17 @@ The operation of
can be controlled by means of the following
.Xr sysctl 8
variables:
-.Bl -tag -width XXXX -compact
-.Pp
+.Bl -tag -width XXXX
.It Dv kern.lua.autoload
When set to 1,
.Nm
tries to autoload kernel modules.
.Pp
The default value is 1.
-.Pp
.It Dv kern.lua.bytecode
When set to 1, loading of Lua bytecode is allowed.
.Pp
The default value is 0.
-.Pp
.It Dv kern.lua.maxcount
When set to a value > 0,
.Nm
@@ -87,14 +84,12 @@ limits the number of instructions execut
to this number.
.Pp
The default value is 0.
-.Pp
.It Dv kern.lua.require
When set to 1, enables the
.Em require
command in Lua.
.Pp
The default value is 1.
-.Pp
.It Dv kern.lua.verbose
When set to a value > 0, verbosity is increased.
.Pp