Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Jan 2023 09:17:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 268827] Network-related manual pages: promote use of sysrc(8) to safely edit system rc files
Message-ID:  <bug-268827-9@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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 on the CC list for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268827-9>