Source-Changes-HG archive

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

[src/trunk]: src/sbin/modload call it "kernel object linker module framework"...



details:   https://anonhg.NetBSD.org/src/rev/3bb111a74a94
branches:  trunk
changeset: 958689:3bb111a74a94
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jan 17 00:17:40 2021 +0000

description:
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.

diffstat:

 sbin/modload/modload.8 |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r afa13c00a395 -r 3bb111a74a94 sbin/modload/modload.8
--- a/sbin/modload/modload.8    Sun Jan 17 00:15:14 2021 +0000
+++ b/sbin/modload/modload.8    Sun Jan 17 00:17:40 2021 +0000
@@ -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 @@
 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@localhost .
-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@localhost .



Home | Main Index | Thread Index | Old Index