call it "kernel object linker module framework" not just
"module framework". the latter is generic enough to also mean the old ld(1) linked loadable kernel modules.
This commit is contained in:
parent
3b6cf52f57
commit
1e8d1e7cf5
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: modload.8,v 1.48 2020/06/01 03:18:36 uwe Exp $
|
||||
.\" $NetBSD: modload.8,v 1.49 2021/01/17 00:17:40 mrg 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 July 18, 2017
|
||||
.Dd November 13, 2020
|
||||
.Dt MODLOAD 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -145,13 +145,15 @@ command was designed to be similar in functionality
|
|||
to the corresponding command in
|
||||
.Tn "SunOS 4.1.3" .
|
||||
.Nm
|
||||
was switched to the module framework for
|
||||
.Nx 5.0 .
|
||||
was switched to the kernel object linker module framework for
|
||||
.Nx 5.0 ,
|
||||
derived from the same framework in
|
||||
.Fx .
|
||||
.Sh AUTHORS
|
||||
.An -nosplit
|
||||
The original
|
||||
.Nx
|
||||
implementation was written by
|
||||
.An Terrence R. Lambert Aq Mt terry@cs.weber.edu .
|
||||
The switch to the module framework was by
|
||||
The switch to the kernel object linker module framework was by
|
||||
.An Andrew Doran Aq Mt ad@NetBSD.org .
|
||||
|
|
Loading…
Reference in New Issue