Page MenuHomeFreeBSD

kldload(8): Improve phrasing
ClosedPublic

Authored by debdrup on Feb 8 2021, 7:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 17, 8:29 AM
Unknown Object (File)
Sun, Nov 16, 6:38 PM
Unknown Object (File)
Sun, Nov 16, 4:46 PM
Unknown Object (File)
Sun, Nov 16, 12:10 PM
Unknown Object (File)
Sun, Nov 16, 10:23 AM
Unknown Object (File)
Sun, Nov 16, 3:24 AM
Unknown Object (File)
Fri, Nov 14, 1:08 PM
Unknown Object (File)
Fri, Nov 14, 11:12 AM

Details

Summary

Mountroot isn't documented in the extant manual pages - so this
phrasing, while less absolute and concise, still conveys which
modules are recommended to be handled via loader.conf(5), and it also
does a better job of elucidating that the modules can include filesystem
drivers.

Submitted by: kevans@ (earlier version)
Reported by: imp@, kevans@, Eugene Grosbein <eugen at grosbein.net>

Test Plan

mandoc and igor

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I could probably bikeshed this all day just by myself, but this is a substantial improvement -- it's still somewhat strong wording ("Only those ... should be handled by loader.conf(5)"), but IMO it includes a good enough example of the set of modules it's talking about for one to naturally exercise caution when moving stuff from loader.conf(5) to kld_list and those of us that know better will ignore the strength of the message anyways.

This revision is now accepted and ready to land.Feb 11 2021, 4:54 AM
This revision was automatically updated to reflect the committed changes.