[Bug 268827] Network-related manual pages: promote use of sysrc(8) to safely edit system rc files

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 08 Jan 2023 09:17:45 UTC
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: bugs@FreeBSD.org
          Reporter: grahamperrin@freebsd.org
                CC: doc@FreeBSD.org

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 the assignee for the bug.