git: 07b1d5a37741 - main - simd.7: add scalar strlen() for RISC-V to manpage

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

URL: https://cgit.FreeBSD.org/src/commit/?id=07b1d5a37741f5d4de69117a03ef757edff29032

commit 07b1d5a37741f5d4de69117a03ef757edff29032
Author:     Strahinja Stanišić <strajabot@FreeBSD.org>
AuthorDate: 2024-06-21 23:43:51 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2025-10-31 12:47:59 +0000

    simd.7: add scalar strlen() for RISC-V to manpage
    
    MFC after:      1 month
    MFC to:         stable/15
    Approved by:    mhorne, markj (mentor)
    Reviewed by:    fuz
    Sponsored by:   Google LLC (GSoC 2024)
    Differential Revision:  https://reviews.freebsd.org/D45693
---
 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 565b4fa7ea2f..5978d4b6655e 100644
--- a/share/man/man7/simd.7
+++ b/share/man/man7/simd.7
@@ -76,7 +76,7 @@ Enhanced functions are present for the following architectures:
 .It    strcspn           Ta    S       Ta        Ta    S2
 .It    strlcat           Ta    A       Ta        Ta    S1
 .It    strlcpy           Ta    A       Ta        Ta    S1
-.It    strlen            Ta    A       Ta    S   Ta    S1
+.It    strlen            Ta    A       Ta    S   Ta    S1     Ta         Ta          Ta    S
 .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