Module Name: src
Committed By: uwe
Date: Mon Jun 1 03:18:36 UTC 2020
Modified Files:
src/sbin/modload: modload.8
Log Message:
Make -f description actually use the word "force" so that it can be
found when searched for.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sbin/modload/modload.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/modload/modload.8
diff -u src/sbin/modload/modload.8:1.47 src/sbin/modload/modload.8:1.48
--- src/sbin/modload/modload.8:1.47 Tue Jul 18 19:50:54 2017
+++ src/sbin/modload/modload.8 Mon Jun 1 03:18:36 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: modload.8,v 1.47 2017/07/18 19:50:54 wiz Exp $
+.\" $NetBSD: modload.8,v 1.48 2020/06/01 03:18:36 uwe Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -85,6 +85,7 @@ from the
.Ar plist
specified.
.It Fl f
+Force the module to be loaded.
When a module is loaded, the kernel checks if the module is compatible
with the running kernel and will refuse to load modules that are
potentially incompatible.