diff options
| author | Strahinja Stanišić <strajabot@FreeBSD.org> | 2024-08-05 13:51:09 +0000 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-10-31 12:48:00 +0000 |
| commit | 474a80d3ff8516df5c379fa7f8e563cecb032060 (patch) | |
| tree | efab7ec85d3c887201c39259f256044806a5d2ea | |
| parent | 5a52f0704435b089199201be0029e0d7c9ef2fce (diff) | |
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
| -rw-r--r-- | share/man/man7/simd.7 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
