git: 3eb3eda63e - main - 14.4/relnote: Add to manual section
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Mar 2026 07:32:58 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=3eb3eda63ee9b17a5255b09af1ef9f2bb6d2e47e
commit 3eb3eda63ee9b17a5255b09af1ef9f2bb6d2e47e
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-03-09 01:13:10 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-03-09 07:28:05 +0000
14.4/relnote: Add to manual section
- builtin(1) rewrite with keybinds(1) appeared
- newaliases(1) manpage update moved to manpages
- vt(4) learned about increasing console scrollback size
- most ethernet switch manuals appeared or were improved
- dumpon(8) learned about settings for crash dumps
---
website/content/en/releases/14.4R/relnotes.adoc | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/website/content/en/releases/14.4R/relnotes.adoc b/website/content/en/releases/14.4R/relnotes.adoc
index a5aac7cb48..048875487e 100644
--- a/website/content/en/releases/14.4R/relnotes.adoc
+++ b/website/content/en/releases/14.4R/relnotes.adoc
@@ -293,8 +293,6 @@ gitref:02138275effb[repository=src].
man:unbound[8] has been updated to version 1.24.1. This release includes a security fix for CVE-2025-11411.
gitref:eeb41dca070f[repository=src].
-The man:newaliases[1] man page has been updated to clarify that it is for man:sendmail[8].
-gitref:e3df9a78da6b[repository=src].
The man:kadmin[1] utility gains a new `-f` option for dumping Heimdal KDC databases in MIT-compatible format, enabling migration to MIT KDC without recreating the database from scratch.
gitref:a93e1b731ae4[repository=src].
@@ -365,7 +363,6 @@ gitref:823f1076c7cd[repository=src],
gitref:bb3bc92f4df6[repository=src].
{{< sponsored "OVHCloud" >}}
-
[[kernel]]
== Kernel
@@ -512,6 +509,12 @@ This section covers changes to manual (man:man[1]) pages and other documentation
Updates the UPDATING file to document that example files are now installed in [.filename]#/usr/share/examples# as intended, due to a prior fix in the build system.
gitref:d149be3a0cbe[repository=src].
+The shell man:builtin[1] command manual has been streamlined and gained a new section on built-in keyboard bindings.
+gitref:b98efcdb6210[repository=src]
+
+The man:newaliases[1] man page has been updated to clarify that it is for man:sendmail[8].
+gitref:e3df9a78da6b[repository=src].
+
The man:ps[1] man page now documents that `-a` and `-A` show all processes regardless of other selection options, and clarifies the behavior of `-J`.
gitref:f18a49a747f7[repository=src].
{{< sponsored "The FreeBSD Foundation" >}}
@@ -526,11 +529,20 @@ gitref:ff6b04c37e78[repository=src],
gitref:f69bf8f994e5[repository=src],
gitref:7d43404485bf[repository=src].
+New or improved manuals have appeared for most Ethernet switch controllers including man:mtkswitch[4], man:ip17x[4], man:ar40xx[4], man:arswitch[4], man:e6000sw[4], and man:e6060sw[4].
+gitref:f31ac06711e6[repository=src],
+gitref:17e9eb1e0eb7[repository=src],
+gitref:1343a5b616ec[repository=src],
+gitref:d0e29f92f7a2[repository=src],
+gitref:5e0e046d95a9[repository=src],
+gitref:ded154a1df97[repository=src].
+
man:linuxkpi[4] and man:linuxkpi_wlan[4] manual pages have been added providing brief documentation on the LinuxKPI and its 802.11 compatibility features.
gitref:669062384f55[repository=src].
{{< sponsored "The FreeBSD Foundation" >}}
-The man:vt[4] manual page now includes a section explaining console fonts, covering conversion, support, and usage.
+The man:vt[4] manual page now includes an example on increasing scrollback size and a section explaining console fonts, covering conversion, support, and usage.
+gitref:ce92b9d8332a[repository=src].
gitref:c330c43e58d7[repository=src].
The man:cdboot[8] manual page has been added, documenting the previously undocumented cdboot utility.
@@ -539,6 +551,9 @@ gitref:d659366cc62a[repository=src].
The man:crash[8] manual page has been updated to reflect current system behavior, removing references to obsolete panic messages and updating guidance on recovery media.
gitref:4f2140aa9677[repository=src].
+The man:dumpon[8] manual page now shows settings to adjust the behavior of man:crash[8] dumps.
+gitref:7c8717183536[repository=src].
+
The man:ipfw[8] manual page now documents how to delete a NAT configuration instance.
gitref:186ac4724746[repository=src].