Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 More wording and whitespace.
details: https://anonhg.NetBSD.org/src/rev/abe96a3610a6
branches: trunk
changeset: 352949:abe96a3610a6
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Apr 16 06:34:05 2017 +0000
description:
More wording and whitespace.
diffstat:
share/man/man9/klua_mod_register.9 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (40 lines):
diff -r 0e1a8f5f4507 -r abe96a3610a6 share/man/man9/klua_mod_register.9
--- a/share/man/man9/klua_mod_register.9 Sat Apr 15 23:33:52 2017 +0000
+++ b/share/man/man9/klua_mod_register.9 Sun Apr 16 06:34:05 2017 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: klua_mod_register.9,v 1.4 2017/04/15 18:03:02 sevan Exp $
+.\" $NetBSD: klua_mod_register.9,v 1.5 2017/04/16 06:34:05 wiz Exp $
.\"
.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -65,7 +65,7 @@
.Ft refcount
protects the module from being unloaded whilst still in use.
The last parameter,
-.Ft mod_next,
+.Ft mod_next ,
is used for the standard container
.Xr LIST 3 .
.Pp
@@ -75,7 +75,7 @@
.Xr lua 9
device and Lua code using the
.Dv require
-directive.
+directive.
The
.Dv require
directive can be called from
@@ -91,10 +91,10 @@
Once registered, a C function can be unregistered with the
.Fn klua_mod_unregister
function.
-This function takes as its parameter, the unique literal identifier of the
+This function takes as its parameter the unique literal identifier of the
extending module.
.Sh EXAMPLES
-A set of example modules are available in the
+A set of example modules is available in the
.Pa src/sys/modules/examples
directory hierarchy.
.Sh SEE ALSO
Home |
Main Index |
Thread Index |
Old Index