git: 9e9afff8be - main - 14.5/relnotes: latest commits added, man pages section reworked

From: Vladlen Popolitov <vladlen_at_FreeBSD.org>
Date: Sun, 23 Aug 2026 11:57:54 UTC
The branch main has been updated by vladlen:

URL: https://cgit.FreeBSD.org/doc/commit/?id=9e9afff8be818349c96e33f4018c4a1b1e482481

commit 9e9afff8be818349c96e33f4018c4a1b1e482481
Author:     Vladlen Popolitov <vladlen@FreeBSD.org>
AuthorDate: 2026-08-23 11:57:47 +0000
Commit:     Vladlen Popolitov <vladlen@FreeBSD.org>
CommitDate: 2026-08-23 11:57:47 +0000

    14.5/relnotes: latest commits added, man pages section reworked
    
    Approved by: re (implicit)
    Differential Revision: https://reviews.freebsd.org/D59122
---
 website/content/en/releases/14.5R/relnotes.adoc | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/website/content/en/releases/14.5R/relnotes.adoc b/website/content/en/releases/14.5R/relnotes.adoc
index ca7814b937..118eca7dbf 100644
--- a/website/content/en/releases/14.5R/relnotes.adoc
+++ b/website/content/en/releases/14.5R/relnotes.adoc
@@ -374,6 +374,9 @@ gitref:d58218761eeb[repository=src].
 ldns has been updated to version 1.9.2.
 gitref:222648172b80[repository=src].
 
+man:less[1] has been updated to 704.
+gitref:7cc6a5d46484[repository=src].
+
 libarchive has been updated to version 3.8.7. This update includes bugfixes for vulnerabilities, memory leaks, and crashes in multiple archive format readers.
 gitref:2dddbb67c6a1[repository=src].
 
@@ -584,18 +587,39 @@ gitref:3e05b2366af1[repository=src].
 Manual page man:mq_getfd_np[3] documents the function that retrieves the file descriptor from a message queue descriptor.
 gitref:11a0cf32a232[repository=src].
 
+Manual page for man:realpath[3] has been updated: RETURN VALUES section improved, SEE ALSO section expanded with basename(3), dirname(3), and free(3), and obsolete CAVEATS section removed.
+gitref:f5b8309b9f63[repository=src].
+{{< sponsored "Klara, Inc." >}}
+
 The man:dwcotg[4] manual page has been added, documenting the DesignWare USB OTG controller driver and making it visible for future release notes.
 gitref:a1479a37fcf8[repository=src].
 
+The man page for man:umass[4] now includes references to the man:usb_quirk[4] and man:usbconfig[8] pages, helping users troubleshoot device-specific workarounds.
+gitref:f1fe71222aca[repository=src].
+{{< sponsored "Netflix" >}}
+
 The man:ports[7] reference manual's FILES section has been expanded and reorganized into three tables, documenting additional files such as make.conf, CHANGES, CONTRIBUTING.md, UPDATING, and Tools/scripts.
 gitref:5e1443211528[repository=src].
 
 Man page documentation for man:bhyve[8] has been updated to describe the full -c flag syntax including complex CPU topology specifiers.
 gitref:c92c3852a974[repository=src].
 
+Manual pages for GEOM and related tools (man:gcache[8],man:geli[8],man:gpart[8],man:ggatec[8], and man:ggated[8]) now consistently clarify that sizes are specified in binary units (bytes) unless an SI unit suffix is provided, and use non-breaking spaces between numbers and units.
+gitref:30c821ac04c1[repository=src].
+
+Manual page documentation updated for man:jail[8], describing how to create a jail from a distribution set.
+gitref:cf16565eb929[repository=src].
+
 The deprecated -p option has been removed from man:lpd[8] and its manual page.
 gitref:5f10e369a13a[repository=src].
 
+A new manual page man:sbintime[9] documents the usage of sbintime_t and its helper functions for kernel developers.
+gitref:84eec65ebb27[repository=src].
+
+Added a C++ style guide section to man:style[9].
+gitref:e8a09797dd19[repository=src].
+{{< sponsored "Chelsio Communications" >}}
+
 [[ports]]
 == Ports Collection and Package Infrastructure