git: 95945c9843 - main - 14.4/relnotes: Doc section is updated
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Mar 2026 04:08:34 UTC
The branch main has been updated by vladlen:
URL: https://cgit.FreeBSD.org/doc/commit/?id=95945c9843466eae83f55a6978b1c307ccc41b3a
commit 95945c9843466eae83f55a6978b1c307ccc41b3a
Author: Vladlen Popolitov <vladlen@FreeBSD.org>
AuthorDate: 2026-03-03 04:07:52 +0000
Commit: Vladlen Popolitov <vladlen@FreeBSD.org>
CommitDate: 2026-03-03 04:07:52 +0000
14.4/relnotes: Doc section is updated
Information about man page changes added,
man pages are sorted by section number, name.
Reviewed by: ziaee
Approved by: ziaee
Differential Revision: https://reviews.freebsd.org/D55618
---
website/content/en/releases/14.4R/relnotes.adoc | 29 +++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/website/content/en/releases/14.4R/relnotes.adoc b/website/content/en/releases/14.4R/relnotes.adoc
index d7485c6385..d5fe6721c1 100644
--- a/website/content/en/releases/14.4R/relnotes.adoc
+++ b/website/content/en/releases/14.4R/relnotes.adoc
@@ -508,12 +508,41 @@ 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 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" >}}
+
+The man:write[2] manual page now includes a new section describing the atomicity guarantees of write operations.
+gitref:c19f161f5f65[repository=src].
+
The man:dtrace_fbt[4] man page is added, documenting the DTrace fbt provider.
gitref:0c91fa982437[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.
+gitref:c330c43e58d7[repository=src].
+
+The man:cdboot[8] manual page has been added, documenting the previously undocumented cdboot utility.
+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:ipfw[8] manual page now documents how to delete a NAT configuration instance.
+gitref:186ac4724746[repository=src].
+
The man:mtree[8] utility's man page is updated to clarify that the `type` keyword remains mandatory and is not removed by `-R all`. This ensures consistent behavior and prevents potential misinterpretation of the command.
gitref:f957857c4835[repository=src].
+The man:pf.conf[5] man page now documents that network address ranges used as items in list macros must be quoted with additional single quotes.
+gitref:0077daf9cdc4[repository=src].
+
+The man:pw[8] manual page now clarifies the acceptable formats for member lists with the `-M`, `-m`, and `-d` flags of the `groupadd` and `groupmod` options.
+gitref:78343cd2a0f1[repository=src].
+
[[ports]]
== Ports Collection and Package Infrastructure