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:
mrg 2021-01-17 00:17:40 +00:00
parent 3b6cf52f57
commit 1e8d1e7cf5
1 changed files with 7 additions and 5 deletions

View File

@ -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 .\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved. .\" All rights reserved.
@ -32,7 +32,7 @@
.\" .\"
.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>> .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
.\" .\"
.Dd July 18, 2017 .Dd November 13, 2020
.Dt MODLOAD 8 .Dt MODLOAD 8
.Os .Os
.Sh NAME .Sh NAME
@ -145,13 +145,15 @@ command was designed to be similar in functionality
to the corresponding command in to the corresponding command in
.Tn "SunOS 4.1.3" . .Tn "SunOS 4.1.3" .
.Nm .Nm
was switched to the module framework for was switched to the kernel object linker module framework for
.Nx 5.0 . .Nx 5.0 ,
derived from the same framework in
.Fx .
.Sh AUTHORS .Sh AUTHORS
.An -nosplit .An -nosplit
The original The original
.Nx .Nx
implementation was written by implementation was written by
.An Terrence R. Lambert Aq Mt terry@cs.weber.edu . .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 . .An Andrew Doran Aq Mt ad@NetBSD.org .