git: 3d6778d84eaa - stable/14 - Add kenv .Xr in kldload(8) and loader.conf(5)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Feb 2024 17:46:26 UTC
The branch stable/14 has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=3d6778d84eaa06b6c48b41f006f10147b2149ba8
commit 3d6778d84eaa06b6c48b41f006f10147b2149ba8
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-12-21 04:15:42 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2024-02-01 17:43:25 +0000
Add kenv .Xr in kldload(8) and loader.conf(5)
Sponsored by: Netflix
(cherry picked from commit 64db9a0f82863d212ac0bcd49bc0254ccb9dd1ac)
---
sbin/kldload/kldload.8 | 3 ++-
stand/defaults/loader.conf.5 | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8
index 4140f845b5e2..0dea7838d75c 100644
--- a/sbin/kldload/kldload.8
+++ b/sbin/kldload/kldload.8
@@ -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 ,
diff --git a/stand/defaults/loader.conf.5 b/stand/defaults/loader.conf.5
index 195b34e75fdd..8b7508c8a5b2 100644
--- a/stand/defaults/loader.conf.5
+++ b/stand/defaults/loader.conf.5
@@ -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 ,