git: c983825a77f2 - main - share/man/man7/simd.7: document SIMD-enhanced strcat

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

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

commit c983825a77f276ab71a34baee0250d55a84f59fd
Author:     Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-14 18:26:21 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-12-25 13:55:59 +0000

    share/man/man7/simd.7: document SIMD-enhanced strcat
    
    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/D42600
---
 share/man/man7/simd.7 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7
index f3818c530af5..6ddf769b6d38 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 November 8, 2023
+.Dd November 14, 2023
 .Dt SIMD 7
 .Os
 .Sh NAME
@@ -48,7 +48,7 @@ the environment variable
 .Ev ARCHLEVEL
 can be used to override this mechanism.
 .Pp
-Enhanced functions are present in the following architectures:
+Enhanced functions are present for the following architectures:
 .Bl -column FUNCTION_________ aarch64_ arm_ amd64_ i386_ ppc64_ -offset indent
 .It Em FUNCTION          Ta Em AARCH64 Ta Em ARM Ta Em AMD64  Ta Em I386 Ta Em PPC64
 .It    bcmp              Ta            Ta        Ta    S1     Ta    S
@@ -66,7 +66,7 @@ Enhanced functions are present in the following architectures:
 .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    strcat            Ta            Ta        Ta    S1     Ta    S
 .It    strchr            Ta    S       Ta        Ta    S1     Ta    S
 .It    strchrnul         Ta            Ta        Ta    S1
 .It    strcmp            Ta            Ta    S   Ta    S1     Ta    S
@@ -217,7 +217,7 @@ for
 A
 .Nm
 manual page appeared in
-.Fx 14.0 .
+.Fx 14.1 .
 .
 .Sh AUTHOR
 .An Robert Clausecker Aq Mt fuz@FreeBSD.org