diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index 9401c22819d..d95cf1fcdfe 100644 --- a/sbin/kldload/kldload.8 +++ b/sbin/kldload/kldload.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 27, 2017 +.Dd February 8, 2021 .Dt KLDLOAD 8 .Os .Sh NAME @@ -108,6 +108,11 @@ time when the corresponding .Xr rc.conf 5 statement is used. Modules may also be auto-loaded through their addition to +.Xr loader.conf 5 +or kld_list in +.Xr rc.conf 5 . +.Pp +Only modules needed to get to mountroot should be loaded via .Xr loader.conf 5 . .Sh SEE ALSO .Xr kldload 2 ,