Add kenv .Xr in kldload(8) and loader.conf(5)

Sponsored by:		Netflix

(cherry picked from commit 64db9a0f82863d212ac0bcd49bc0254ccb9dd1ac)
This commit is contained in:
Warner Losh 2023-12-20 21:15:42 -07:00 committed by Dag-Erling Smørgrav
parent d87ebf35c8
commit 3d6778d84e
2 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd February 11, 2021
.Dd December 20, 2023
.Dt KLDLOAD 8
.Os
.Sh NAME
@ -114,6 +114,7 @@ Only those modules necessary for booting the system, including those
required for mounting the root filesystem, should be handled by
.Xr loader.conf 5 .
.Sh SEE ALSO
.Xr kenv 1 ,
.Xr kldload 2 ,
.Xr loader.conf 5 ,
.Xr rc.conf 5 ,

View file

@ -21,7 +21,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.Dd July 31, 2021
.Dd December 20, 2023
.Dt LOADER.CONF 5
.Os
.Sh NAME
@ -431,6 +431,7 @@ user defined settings written in lua.
machine-specific settings for sites with a common loader.conf.
.El
.Sh SEE ALSO
.Xr kenv 1 ,
.Xr loader.conf.lua 5 ,
.Xr rc.conf 5 ,
.Xr boot 8 ,