git: 474a80d3ff85 - main - simd.7: add scalar strnlen() for RISC-V to manpage

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Fri, 31 Oct 2025 12:48:39 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/src/commit/?id=474a80d3ff8516df5c379fa7f8e563cecb032060

commit 474a80d3ff8516df5c379fa7f8e563cecb032060
Author:     Strahinja Stanišić <strajabot@FreeBSD.org>
AuthorDate: 2024-08-05 13:51:09 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-10-31 12:48:00 +0000

    simd.7: add scalar strnlen() for RISC-V to manpage
    
    MFC after:      1 month
    MFC to:         stable/15
    Approved by:    mhorne, markj (mentor)
    Reviewed by:    fuz, Jari Sihvola <jsihv@gmx.com>
    Sponsored by:   Google LLC (GSoC 2024)
    Differential Revision:  https://reviews.freebsd.org/D46230
---
 share/man/man7/simd.7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7
index c09ed0edb960..6695a137da77 100644
--- a/share/man/man7/simd.7
+++ b/share/man/man7/simd.7
@@ -80,7 +80,7 @@ Enhanced functions are present for the following architectures:
 .It    strncat           Ta    A       Ta        Ta    S1
 .It    strncmp           Ta    A       Ta    S   Ta    S1     Ta    S
 .It    strncpy           Ta            Ta        Ta    S1     Ta         Ta    S2
-.It    strnlen           Ta    A       Ta        Ta    S1
+.It    strnlen           Ta    A       Ta        Ta    S1     Ta         Ta          Ta    S
 .It    strrchr           Ta    A       Ta        Ta    S1     Ta    S    Ta          Ta    S
 .It    strpbrk           Ta    S       Ta        Ta    S2
 .It    strsep            Ta    S       Ta        Ta    S2