aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Clausecker <fuz@FreeBSD.org>2023-07-07 18:11:04 +0000
committerRobert Clausecker <fuz@FreeBSD.org>2023-08-21 19:04:07 +0000
commit245fee96c0a55ae04e432131a7f0aa34fe19ebce (patch)
tree74d6695bfe224f4f10dd827840e3c79d5413cfc8
parent9fbea870286d53d906ffaf6b15ace8e40019a880 (diff)
downloadsrc-245fee96c0a55ae04e432131a7f0aa34fe19ebce.tar.gz
src-245fee96c0a55ae04e432131a7f0aa34fe19ebce.zip
share/man/man7/simd.7: document SIMD-enhanced stpcpy()
Sponsored by: The FreeBSD Foundation Approved by: mjg kib Differential Revision: https://reviews.freebsd.org/D41349
-rw-r--r--share/man/man7/simd.76
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7
index 9df1b47a8866..928f40cb00f2 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 August 5, 2023
+.Dd August 7, 2023
.Dt SIMD 7
.Os
.Sh NAME
@@ -63,12 +63,12 @@ Enhanced functions are present in the following architectures:
.It memmove Ta S Ta S Ta S Ta S Ta SV
.It memset Ta Ta S Ta S Ta S
.It rindex Ta S
-.It stpcpy Ta Ta Ta S
+.It stpcpy 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
.It strcmp Ta Ta S Ta S Ta S
-.It strcpy Ta Ta Ta S Ta S Ta S2
+.It strcpy Ta Ta Ta S1 Ta S Ta S2
.It strlen Ta Ta S Ta S1
.It strncmp Ta Ta S Ta Ta S
.It strncpy Ta Ta Ta Ta Ta S2