git: 75a9e2250656 - main - share/man/man7/simd.7: document simd-enhanced strncpy, stpncpy

From: Robert Clausecker <fuz_at_FreeBSD.org>
Date: Mon, 25 Dec 2023 14:25:50 UTC
The branch main has been updated by fuz:

URL: https://cgit.FreeBSD.org/src/commit/?id=75a9e2250656ff78ec1b0a124f282b925138ff51

commit 75a9e2250656ff78ec1b0a124f282b925138ff51
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-09 04:39:11 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-12-25 13:55:50 +0000

    share/man/man7/simd.7: document simd-enhanced strncpy, stpncpy
    
    Sponsored by:   The FreeBSD Foundation
    Tested by:      developers@, exp-run
    Approved by:    mjg
    MFC after:      1 month
    MFC to:         stable/14
    PR:             275785
    Differential Revision:  https://reviews.freebsd.org/D42519
---
 share/man/man7/simd.7 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7
index 4437d025394f..f3818c530af5 100644
--- a/share/man/man7/simd.7
+++ b/share/man/man7/simd.7
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE
 .
-.Dd October 23, 2023
+.Dd November 8, 2023
 .Dt SIMD 7
 .Os
 .Sh NAME
@@ -65,6 +65,7 @@ Enhanced functions are present in the following architectures:
 .It    memset            Ta            Ta    S   Ta    S      Ta    S
 .It    rindex            Ta    S       Ta        Ta    S1     Ta    S
 .It    stpcpy            Ta            Ta        Ta    S1
+.It    stpncpy           Ta            Ta        Ta    S1
 .It    strcat            Ta            Ta        Ta    S      Ta    S
 .It    strchr            Ta    S       Ta        Ta    S1     Ta    S
 .It    strchrnul         Ta            Ta        Ta    S1
@@ -73,7 +74,7 @@ Enhanced functions are present in the following architectures:
 .It    strcspn           Ta            Ta        Ta    S2
 .It    strlen            Ta            Ta    S   Ta    S1
 .It    strncmp           Ta            Ta    S   Ta    S1     Ta    S
-.It    strncpy           Ta            Ta        Ta           Ta         Ta    S2
+.It    strncpy           Ta            Ta        Ta    S1     Ta         Ta    S2
 .It    strnlen           Ta            Ta        Ta    S1
 .It    strrchr           Ta    S       Ta        Ta    S1     Ta    S
 .It    strpbrk           Ta            Ta        Ta    S2
@@ -209,7 +210,7 @@ SIMD-enhanced functions were first added with
 for
 .Cm powerpc64
 and with
-.Fx 14.0
+.Fx 14.1
 for
 .Cm amd64 .
 .Pp