Module Name: src
Committed By: pgoyette
Date: Wed May 13 09:04:38 UTC 2015
Modified Files:
src/share/man/man9: module.9
Log Message:
Add an entry for lue(9lua) to the SEE ALSO list.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share/man/man9/module.9
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/man9/module.9
diff -u src/share/man/man9/module.9:1.30 src/share/man/man9/module.9:1.31
--- src/share/man/man9/module.9:1.30 Tue Mar 18 18:20:40 2014
+++ src/share/man/man9/module.9 Wed May 13 09:04:38 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.30 2014/03/18 18:20:40 riastradh Exp $
+.\" $NetBSD: module.9,v 1.31 2015/05/13 09:04:38 pgoyette Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -448,7 +448,8 @@ deals with resolution of relocatable sym
is for finding modules passed in by the boot loader.
.Sh SEE ALSO
.Xr modctl 2 ,
-.Xr module 7
+.Xr module 7 ,
+.Xr lua 9lua
.Sh HISTORY
The kernel module subsystem first appeared in
.Nx 5.0 .