https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268827
Bug ID: 268827
Summary: Network-related manual pages: promote use of sysrc(8)
to safely edit system rc files
Product: Documentation
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Manual Pages
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
At pages such as
<https://www.freebsd.org/cgi/man.cgi?query=iwlwifi&sektion=4&manpath=FreeBSD>
(currently for 13.1-RELEASE) and
<https://www.freebsd.org/cgi/man.cgi?query=iwlwifi&sektion=4&manpath=FreeBSD+14.0-CURRENT>
(currently for 14.0-CURRENT):
> … place the following lines in rc.conf(5) to manually load the driver
> as a module at boot time:
>
> kld_list="${kld_list} if_iwlwifi"
Instead, a command:
sysrc kld_list+=if_iwlwifi
--
You are receiving this mail because:
You are on the CC list for the bug.