Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man Add a reference to the recently added module examp...



details:   https://anonhg.NetBSD.org/src/rev/612e44a9336b
branches:  trunk
changeset: 338187:612e44a9336b
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Wed May 13 22:31:16 2015 +0000

description:
Add a reference to the recently added module examples.

diffstat:

 share/man/man9/module.9      |  6 +++++-
 share/man/man9lua/intro.9lua |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r a98676a1dd64 -r 612e44a9336b share/man/man9/module.9
--- a/share/man/man9/module.9   Wed May 13 20:13:21 2015 +0000
+++ b/share/man/man9/module.9   Wed May 13 22:31:16 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: module.9,v 1.34 2015/05/13 12:21:04 pgoyette Exp $
+.\"    $NetBSD: module.9,v 1.35 2015/05/13 22:31:16 pgoyette Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -446,6 +446,10 @@
 deals with resolution of relocatable symbols.
 .Fn module_init_md
 is for finding modules passed in by the boot loader.
+.Sh EXAMPLES
+A set of example modules is available in the
+.Pa src/sys/modules.examples
+directory hierarchy.
 .Sh SEE ALSO
 .Xr modctl 2 ,
 .Xr module 7 ,
diff -r a98676a1dd64 -r 612e44a9336b share/man/man9lua/intro.9lua
--- a/share/man/man9lua/intro.9lua      Wed May 13 20:13:21 2015 +0000
+++ b/share/man/man9lua/intro.9lua      Wed May 13 22:31:16 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: intro.9lua,v 1.4 2014/01/06 13:03:01 wiz Exp $
+.\"    $NetBSD: intro.9lua,v 1.5 2015/05/13 22:31:16 pgoyette Exp $
 .\"
 .\" Copyright (c) 2013 Marc Balmer <mbalmer%NetBSD.org@localhost>. All rights reserved.
 .\"
@@ -36,6 +36,10 @@
 .Sh DESCRIPTION
 This section provides an overview of the Lua kernel bindings, their
 functions, error returns and other common definitions and concepts.
+.Sh EXAMPLES
+An example module is available in the
+.Pa src/sys/modules/examples/
+directory hierarchy.
 .Sh SEE ALSO
 .Xr lua 1 ,
 .Xr luac 1 ,



Home | Main Index | Thread Index | Old Index