Fix xref; module(4) -> module(7).
This commit is contained in:
parent
674e0899ee
commit
91e230c6b8
|
@ -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 @@ and the requested module does not match the current kernel's version
|
|||
information.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr module 4 ,
|
||||
.Xr module 7 ,
|
||||
.Xr module 9
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
|
|
@ -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 @@ The
|
|||
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
|
||||
|
|
|
@ -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 @@ The
|
|||
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
|
||||
|
|
|
@ -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 @@ The
|
|||
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
|
||||
|
|
|
@ -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 @@ The variables are as follows:
|
|||
.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
|
||||
|
|
|
@ -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 @@ deals with resolution of relocatable symbols.
|
|||
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 .
|
||||
|
|
Loading…
Reference in New Issue