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/93f9c32bc3b4
branches:  trunk
changeset: 823200:93f9c32bc3b4
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 88449c560d9b -r 93f9c32bc3b4 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