Module Name: src
Committed By: pgoyette
Date: Wed May 13 10:49:26 UTC 2015
Modified Files:
src/share/man/man9: module.9
Log Message:
Note to self: if you're going to revert, do it right.
This should restore the original SEE ALSO section.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 src/share/man/man9/module.9:1.33
--- src/share/man/man9/module.9:1.32 Wed May 13 10:17:27 2015
+++ src/share/man/man9/module.9 Wed May 13 10:49:26 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: module.9,v 1.32 2015/05/13 10:17:27 pgoyette Exp $
+.\" $NetBSD: module.9,v 1.33 2015/05/13 10:49:26 pgoyette Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -447,8 +447,8 @@ deals with resolution of relocatable sym
.Fn module_init_md
is for finding modules passed in by the boot loader.
.Sh SEE ALSO
-.Xr modctl 2
-.Xr lua 9lua
+.Xr modctl 2 ,
+.Xr module 7
.Sh HISTORY
The kernel module subsystem first appeared in
.Nx 5.0 .