Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Small macros cleanup. Do not call '.Bl -compa...
details: https://anonhg.NetBSD.org/src/rev/d367353e5062
branches: trunk
changeset: 791138:d367353e5062
user: njoly <njoly%NetBSD.org@localhost>
date: Wed Nov 06 17:54:55 2013 +0000
description:
Small macros cleanup. Do not call '.Bl -compact' and add .Pp before
each item. No output change.
ok mbalmer@.
diffstat:
share/man/man4/lua.4 | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (46 lines):
diff -r e5f4bfb4cb40 -r d367353e5062 share/man/man4/lua.4
--- a/share/man/man4/lua.4 Wed Nov 06 16:58:58 2013 +0000
+++ b/share/man/man4/lua.4 Wed Nov 06 17:54:55 2013 +0000
@@ -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 <marc%msys.ch@localhost>
.\"
@@ -66,20 +66,17 @@
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 @@
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
Home |
Main Index |
Thread Index |
Old Index