Source-Changes-HG archive

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

[src/trunk]: src Fix xref; module(4) -> module(7).



details:   https://anonhg.NetBSD.org/src/rev/6a8af315a086
branches:  trunk
changeset: 759657:6a8af315a086
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Dec 14 16:23:59 2010 +0000

description:
Fix xref; module(4) -> module(7).

diffstat:

 lib/libc/sys/modctl.2      |  6 +++---
 sbin/modload/modload.8     |  6 +++---
 sbin/modstat/modstat.8     |  6 +++---
 sbin/modunload/modunload.8 |  6 +++---
 share/man/man7/sysctl.7    |  6 +++---
 share/man/man9/module.9    |  6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

diffs (162 lines):

diff -r f3e64c4f56e6 -r 6a8af315a086 lib/libc/sys/modctl.2
--- a/lib/libc/sys/modctl.2     Tue Dec 14 16:18:15 2010 +0000
+++ b/lib/libc/sys/modctl.2     Tue Dec 14 16:23:59 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: modctl.2,v 1.7 2010/12/13 10:07:46 jruoho Exp $
+.\"    $NetBSD: modctl.2,v 1.8 2010/12/14 16:23:59 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 December 13, 2010
+.Dd December 14, 2010
 .Dt MODCTL 2
 .Os
 .Sh NAME
@@ -270,7 +270,7 @@
 information.
 .El
 .Sh SEE ALSO
-.Xr module 4 ,
+.Xr module 7 ,
 .Xr module 9
 .Sh HISTORY
 The
diff -r f3e64c4f56e6 -r 6a8af315a086 sbin/modload/modload.8
--- a/sbin/modload/modload.8    Tue Dec 14 16:18:15 2010 +0000
+++ b/sbin/modload/modload.8    Tue Dec 14 16:23:59 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: modload.8,v 1.39 2010/12/13 10:07:47 jruoho Exp $
+.\" $NetBSD: modload.8,v 1.40 2010/12/14 16:23:59 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 13, 2010
+.Dd December 14, 2010
 .Dt MODLOAD 8
 .Os
 .Sh NAME
@@ -126,7 +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 module 7 ,
 .Xr modstat 8 ,
 .Xr modunload 8
 .Sh HISTORY
diff -r f3e64c4f56e6 -r 6a8af315a086 sbin/modstat/modstat.8
--- a/sbin/modstat/modstat.8    Tue Dec 14 16:18:15 2010 +0000
+++ b/sbin/modstat/modstat.8    Tue Dec 14 16:23:59 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: modstat.8,v 1.7 2010/12/13 10:07:47 jruoho Exp $
+.\" $NetBSD: modstat.8,v 1.8 2010/12/14 16:23:59 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 13, 2010
+.Dd December 14, 2010
 .Dt MODSTAT 8
 .Os
 .Sh NAME
@@ -84,7 +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 module 7 ,
 .Xr modload 8 ,
 .Xr modunload 8
 .Sh HISTORY
diff -r f3e64c4f56e6 -r 6a8af315a086 sbin/modunload/modunload.8
--- a/sbin/modunload/modunload.8        Tue Dec 14 16:18:15 2010 +0000
+++ b/sbin/modunload/modunload.8        Tue Dec 14 16:23:59 2010 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: modunload.8,v 1.19 2010/12/13 10:07:47 jruoho Exp $
+.\" $NetBSD: modunload.8,v 1.20 2010/12/14 16:24:00 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 13, 2010
+.Dd December 14, 2010
 .Dt MODUNLOAD 8
 .Os
 .Sh NAME
@@ -61,7 +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 module 7 ,
 .Xr modload 8 ,
 .Xr modstat 8
 .Sh HISTORY
diff -r f3e64c4f56e6 -r 6a8af315a086 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Tue Dec 14 16:18:15 2010 +0000
+++ b/share/man/man7/sysctl.7   Tue Dec 14 16:23:59 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.7,v 1.52 2010/12/11 19:55:53 jruoho Exp $
+.\"    $NetBSD: sysctl.7,v 1.53 2010/12/14 16:23:59 jruoho Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)sysctl.3    8.4 (Berkeley) 5/9/95
 .\"
-.Dd December 11, 2010
+.Dd December 14, 2010
 .Dt SYSCTL 7
 .Os
 .Sh NAME
@@ -700,7 +700,7 @@
 .It Li kern.module.autoload
 A boolean that controls whether kernel modules are loaded automatically.
 See
-.Xr module 9
+.Xr module 7
 for additional details.
 .It Li kern.module.verbose
 A boolean that enables or disables verbose
diff -r f3e64c4f56e6 -r 6a8af315a086 share/man/man9/module.9
--- a/share/man/man9/module.9   Tue Dec 14 16:18:15 2010 +0000
+++ b/share/man/man9/module.9   Tue Dec 14 16:23:59 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: module.9,v 1.24 2010/12/13 10:07:46 jruoho Exp $
+.\"    $NetBSD: module.9,v 1.25 2010/12/14 16:23:59 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 December 13, 2010
+.Dd December 14, 2010
 .Dt MODULE 9
 .Os
 .Sh NAME
@@ -431,7 +431,7 @@
 is for finding modules passed in by the boot loader.
 .Sh SEE ALSO
 .Xr modctl 2 ,
-.Xr module 4
+.Xr module 7
 .Sh HISTORY
 The kernel module subsystem first appeared in
 .Nx 5.0 .



Home | Main Index | Thread Index | Old Index