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
This commit is contained in:
Robert Clausecker 2023-11-14 13:26:21 -05:00
parent aff9143a24
commit c983825a77

View file

@ -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