Module Name:    src
Committed By:   jruoho
Date:           Mon Dec 13 10:07:47 UTC 2010

Modified Files:
        src/lib/libc/sys: modctl.2
        src/sbin/modload: modload.8
        src/sbin/modstat: modstat.8
        src/sbin/modunload: modunload.8
        src/share/man/man9: module.9

Log Message:
Xref module(4).


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/sys/modctl.2
cvs rdiff -u -r1.38 -r1.39 src/sbin/modload/modload.8
cvs rdiff -u -r1.6 -r1.7 src/sbin/modstat/modstat.8
cvs rdiff -u -r1.18 -r1.19 src/sbin/modunload/modunload.8
cvs rdiff -u -r1.23 -r1.24 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/lib/libc/sys/modctl.2
diff -u src/lib/libc/sys/modctl.2:1.6 src/lib/libc/sys/modctl.2:1.7
--- src/lib/libc/sys/modctl.2:1.6	Sun Nov 28 00:26:38 2010
+++ src/lib/libc/sys/modctl.2	Mon Dec 13 10:07:46 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: modctl.2,v 1.6 2010/11/28 00:26:38 jnemeth Exp $
+.\"	$NetBSD: modctl.2,v 1.7 2010/12/13 10:07:46 jruoho Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 27, 2010
+.Dd December 13, 2010
 .Dt MODCTL 2
 .Os
 .Sh NAME
@@ -269,6 +269,9 @@
 and the requested module does not match the current kernel's version
 information.
 .El
+.Sh SEE ALSO
+.Xr module 4 ,
+.Xr module 9
 .Sh HISTORY
 The
 .Fn modctl

Index: src/sbin/modload/modload.8
diff -u src/sbin/modload/modload.8:1.38 src/sbin/modload/modload.8:1.39
--- src/sbin/modload/modload.8:1.38	Fri Mar  5 18:51:22 2010
+++ src/sbin/modload/modload.8	Mon Dec 13 10:07:47 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: modload.8,v 1.38 2010/03/05 18:51:22 pooka Exp $
+.\" $NetBSD: modload.8,v 1.39 2010/12/13 10:07:47 jruoho Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
 .\"
-.Dd March 5, 2010
+.Dd December 13, 2010
 .Dt MODLOAD 8
 .Os
 .Sh NAME
@@ -126,6 +126,7 @@
 utility exits with a status of 0 on success
 and with a nonzero status if an error occurs.
 .Sh SEE ALSO
+.Xr module 4 ,
 .Xr modstat 8 ,
 .Xr modunload 8
 .Sh HISTORY

Index: src/sbin/modstat/modstat.8
diff -u src/sbin/modstat/modstat.8:1.6 src/sbin/modstat/modstat.8:1.7
--- src/sbin/modstat/modstat.8:1.6	Fri Mar  5 18:51:23 2010
+++ src/sbin/modstat/modstat.8	Mon Dec 13 10:07:47 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: modstat.8,v 1.6 2010/03/05 18:51:23 pooka Exp $
+.\" $NetBSD: modstat.8,v 1.7 2010/12/13 10:07:47 jruoho Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
 .\"
-.Dd March 5, 2010
+.Dd December 13, 2010
 .Dt MODSTAT 8
 .Os
 .Sh NAME
@@ -84,6 +84,7 @@
 utility exits with a status of 0 on success
 and with a nonzero status if an error occurs.
 .Sh SEE ALSO
+.Xr module 4 ,
 .Xr modload 8 ,
 .Xr modunload 8
 .Sh HISTORY

Index: src/sbin/modunload/modunload.8
diff -u src/sbin/modunload/modunload.8:1.18 src/sbin/modunload/modunload.8:1.19
--- src/sbin/modunload/modunload.8:1.18	Mon Dec  6 23:42:48 2010
+++ src/sbin/modunload/modunload.8	Mon Dec 13 10:07:47 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: modunload.8,v 1.18 2010/12/06 23:42:48 jmcneill Exp $
+.\" $NetBSD: modunload.8,v 1.19 2010/12/13 10:07:47 jruoho Exp $
 .\"
 .\" Copyright (c) 1993 Christopher G. Demetriou
 .\" All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
 .\"
-.Dd December 6, 2010
+.Dd December 13, 2010
 .Dt MODUNLOAD 8
 .Os
 .Sh NAME
@@ -61,6 +61,7 @@
 utility exits with a status of 0 on success
 and with a nonzero status if an error occurs.
 .Sh SEE ALSO
+.Xr module 4 ,
 .Xr modload 8 ,
 .Xr modstat 8
 .Sh HISTORY

Index: src/share/man/man9/module.9
diff -u src/share/man/man9/module.9:1.23 src/share/man/man9/module.9:1.24
--- src/share/man/man9/module.9:1.23	Thu Dec  2 12:54:13 2010
+++ src/share/man/man9/module.9	Mon Dec 13 10:07:46 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: module.9,v 1.23 2010/12/02 12:54:13 wiz Exp $
+.\"	$NetBSD: module.9,v 1.24 2010/12/13 10:07:46 jruoho Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd November 27, 2010
+.Dd December 13, 2010
 .Dt MODULE 9
 .Os
 .Sh NAME
@@ -430,7 +430,8 @@
 .Fn module_init_md
 is for finding modules passed in by the boot loader.
 .Sh SEE ALSO
-.Xr modctl 2
+.Xr modctl 2 ,
+.Xr module 4
 .Sh HISTORY
 The kernel module subsystem first appeared in
 .Nx 5.0 .

Reply via email to