git: 816bb7a3b9 - main - Website - Release notes: Fix option for tail and head in 14.0R

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Fri, 15 Aug 2025 11:28:13 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=816bb7a3b9c680337900f4b6f8db74ad5d9770ff

commit 816bb7a3b9c680337900f4b6f8db74ad5d9770ff
Author:     Artem Bunichev <tembun@bk.ru>
AuthorDate: 2025-08-15 11:27:14 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2025-08-15 11:27:14 +0000

    Website - Release notes: Fix option for tail and head in 14.0R
    
    PR: 285460
---
 website/content/en/releases/14.0R/relnotes.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/content/en/releases/14.0R/relnotes.adoc b/website/content/en/releases/14.0R/relnotes.adoc
index 7a79c85cae..14d6e83b7a 100644
--- a/website/content/en/releases/14.0R/relnotes.adoc
+++ b/website/content/en/releases/14.0R/relnotes.adoc
@@ -361,7 +361,7 @@ A new man:fwget[8] utility inspects the system for peripherals that need firmwar
 For now, only the PCI subsystem is supported, and only video firmware for Intel and AMD GPUs is known.
 gitref:d198b8774d2c[repository=src] gitref:d198b8774d2c[repository=src] (Sponsored by Beckhoff Automation GmbH & Co. KG)
 
-The usability of man:head[1] and man:tail[1] has been improved by consistently supporting the `-q` and `-h` options, allowing numbers with SI suffixes, and removing the 2^31 limit on lines for man:head[1].
+The usability of man:head[1] and man:tail[1] has been improved by consistently supporting the `-q` and `-v` options, allowing numbers with SI suffixes, and removing the 2^31 limit on lines for man:head[1].
 gitref:643ac419fafb[repository=src]
 
 man:makefs[8] now has experimental ZFS support.