git: 949eb16e3b4d - stable/12 - Clarify kld_list format
Chris Rees
crees at FreeBSD.org
Wed Mar 3 15:34:40 UTC 2021
The branch stable/12 has been updated by crees (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=949eb16e3b4dff61fa99c0c0a8be49ba38bea053
commit 949eb16e3b4dff61fa99c0c0a8be49ba38bea053
Author: Chris Rees <crees at FreeBSD.org>
AuthorDate: 2018-12-24 10:47:48 +0000
Commit: Chris Rees <crees at FreeBSD.org>
CommitDate: 2021-03-03 15:34:09 +0000
Clarify kld_list format
PR: docs/234248
Submitted by: David Fiander
Submitted by: Miroslav Lachman
(cherry picked from commit 261e62db4c62ecab7c8d8055b1a548acb80c16dc)
---
share/man/man5/rc.conf.5 | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 25666f9810e0..fdb48845da26 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -258,12 +258,14 @@ A whitespace-separated list of kernel modules to be ignored by
.Xr devmatch 8 .
.It Va kld_list
.Pq Vt str
-A list of kernel modules to load right after the local
-disks are mounted.
+A whitespace-separated list of kernel modules to load right after
+the local disks are mounted, without any
+.Pa .ko
+extension or path.
Loading modules at this point in the boot process is
much faster than doing it via
.Pa /boot/loader.conf
-for those modules not necessary for mounting local disk.
+for those modules not necessary for mounting local disks.
.It Va kldxref_enable
.Pq Vt bool
Set to
More information about the dev-commits-src-branches
mailing list