git: 1e17e5fc76 - main - 14.4/relnotes: typos and links fixed

From: Vladlen Popolitov <vladlen_at_FreeBSD.org>
Date: Mon, 02 Mar 2026 15:39:09 UTC
The branch main has been updated by vladlen:

URL: https://cgit.FreeBSD.org/doc/commit/?id=1e17e5fc760fc91d631c0d898783df85ffb963b9

commit 1e17e5fc760fc91d631c0d898783df85ffb963b9
Author:     Vladlen Popolitov <vladlen@FreeBSD.org>
AuthorDate: 2026-03-02 15:38:28 +0000
Commit:     Vladlen Popolitov <vladlen@FreeBSD.org>
CommitDate: 2026-03-02 15:38:28 +0000

    14.4/relnotes: typos and links fixed
    
    Approved by: re (implicit)
    Differential Revision: https://reviews.freebsd.org/D55615
---
 website/content/en/releases/14.4R/relnotes.adoc | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/website/content/en/releases/14.4R/relnotes.adoc b/website/content/en/releases/14.4R/relnotes.adoc
index 9946b53fc6..d7485c6385 100644
--- a/website/content/en/releases/14.4R/relnotes.adoc
+++ b/website/content/en/releases/14.4R/relnotes.adoc
@@ -243,7 +243,7 @@ gitref:2434f3b279a9[repository=src],
 gitref:238bf5ebf684[repository=src].
 {{< sponsored "Klara, Inc." >}}
 
-The Bluetooth startup script man:rc.d/bluetooth[8] now retries the hccontrol reset up to three times for improved reliability and fixes a redirection bug that could create stray files.
+The Bluetooth startup script [.filename]#rc.d/bluetooth# now retries the hccontrol reset up to three times for improved reliability and fixes a redirection bug that could create stray files.
 gitref:53d1c328e912[repository=src].
 
 [[userland-contrib]]
@@ -264,8 +264,8 @@ gitref:07700b0107dc[repository=src].
 man:mtree[8] has been updated to version from NetBSD, improving compatibility and fixing bugs in mtree.
 gitref:f9d671f726ac[repository=src].
 
-pci_vendors database has been updated to version 2025-12-12.
-gitref:f21385688f52[repository=src].
+pci_vendors database has been updated to version 2026-02-10.
+gitref:7805899ed791[repository=src].
 
 tzdata has been updated to version 2025c.
 gitref:68e2f4cc5e4e[repository=src].
@@ -276,7 +276,7 @@ gitref:c95f96dea30a[repository=src].
 SQLite has been updated to version 3.50.4.
 gitref:ef55f6b86626[repository=src].
 
-The unbound DNS resolver mitigates `YXDOMAIN` and nodata non-referral answer poisoning, preventing a malicious actor from exploiting a possible cache poison attack. This addresses CVE-2025-11411.
+The man:unbound[8] DNS resolver mitigates `YXDOMAIN` and nodata non-referral answer poisoning, preventing a malicious actor from exploiting a possible cache poison attack. This addresses CVE-2025-11411.
 gitref:cd40a23fb249[repository=src].
 
 OpenZFS has been updated to version 2.2.9. This release includes improvements to ARC shrinking, fixes for `zpool add` safety checks, zvol blk-mq synchronization, and BRT range conversion math.
@@ -285,16 +285,16 @@ gitref:709465f2c4f1[repository=src].
 man:less[1] has been updated to version 685.
 gitref:054ae5e7b465[repository=src].
 
-USB vendor database has been updated to 2025-09-15.
-gitref:d565a5e904ed[repository=src].
+USB vendor database has been updated to 2025-12-13.
+gitref:02138275effb[repository=src].
 
-Unbound has been updated to version 1.24.1. This release includes a security fix for CVE-2025-11411.
+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[8] 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.
+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].
 
 man:mandoc[1] has been updated to version 2025-09-26. The update improves case sorting in mandoc db, adds macros for AT&T Unix versions 8 and 10, warns on blank lines in man:man[7] like man:mdoc[7], and fixes a PDF/PS footer regression.
@@ -433,11 +433,11 @@ This section covers changes and additions to file systems and other storage subs
 The new 9P filesystem implementation (man:p9fs[4]) has been added for use with bhyve virtio-9p devices. It allows guests to access host files via share mappings and can be used as a root or non-root filesystem. The driver is loaded via `virtio_p9fs_load=YES` in [.filename]#loader.conf#.
 gitref:615fba7c6b39[repository=src].
 
-The man:tarfs[5] filesystem now correctly handles large files exceeding 4 GB and 8 GB limits. It fixes decompression errors when seeking beyond 4 GB in zstd-compressed tarballs and properly processes extended header records for files larger than 8 GB.
+The man:tarfs[4] filesystem now correctly handles large files exceeding 4 GB and 8 GB limits. It fixes decompression errors when seeking beyond 4 GB in zstd-compressed tarballs and properly processes extended header records for files larger than 8 GB.
 gitref:35c612fbabd8[repository=src].
 {{< sponsored "Klara, Inc." >}}
 
-The man:nullfs[5] and man:unionfs[5] filesystems now perform stricter checks for jail root vnodes during dotdot lookups, preventing a potential chroot escape vulnerability.
+The man:nullfs[4] and man:unionfs[4] filesystems now perform stricter checks for jail root vnodes during dotdot lookups, preventing a potential chroot escape vulnerability.
 gitref:3feafab4a34c[repository=src].
 
 [[boot]]
@@ -454,7 +454,7 @@ gitref:6741fb1bd4f4[repository=src].
 The Raspberry Pi Zero 2W device tree blob is now included on the release SD card images, enabling support for this hardware model.
 gitref:fce5d401a803[repository=src].
 
-The bsdinstall installer now copies [.filename]#loader.efi# to all ESPs created for multi-volume ZFS datasets, providing boot redundancy if the primary disk fails.
+The man:bsdinstall[8] installer now copies [.filename]#loader.efi# to all ESPs created for multi-volume ZFS datasets, providing boot redundancy if the primary disk fails.
 gitref:d8e73f45fc5f[repository=src].
 {{< sponsored "Netflix" >}}