Source-Changes-HG archive

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

[src/trunk]: src/sbin/modload Make -f description actually use the word "forc...



details:   https://anonhg.NetBSD.org/src/rev/20e7d947af5f
branches:  trunk
changeset: 933959:20e7d947af5f
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Jun 01 03:18:36 2020 +0000

description:
Make -f description actually use the word "force" so that it can be
found when searched for.

diffstat:

 sbin/modload/modload.8 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b90f5cae2cbc -r 20e7d947af5f sbin/modload/modload.8
--- a/sbin/modload/modload.8    Mon Jun 01 02:42:24 2020 +0000
+++ b/sbin/modload/modload.8    Mon Jun 01 03:18:36 2020 +0000
@@ -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 @@
 .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.



Home | Main Index | Thread Index | Old Index