git: 5a37572b5ba6 - stable/14 - share/man/man7/simd.7: document scalar/baseline strlcpy, strlcat
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jan 2024 19:44:51 UTC
The branch stable/14 has been updated by fuz:
URL: https://cgit.FreeBSD.org/src/commit/?id=5a37572b5ba6001534514992b2d9ac22ab347678
commit 5a37572b5ba6001534514992b2d9ac22ab347678
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2023-11-29 02:35:45 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-01-24 19:39:29 +0000
share/man/man7/simd.7: document scalar/baseline strlcpy, strlcat
Tested by: developers@, exp-run
Approved by: mjg
MFC after: 1 month
MFC to: stable/14
PR: 275785
Differential Revision: https://reviews.freebsd.org/D42863
(cherry picked from commit d4a5605d9fedcff34227707133a8d6694ccbfc36)
---
share/man/man7/simd.7 | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/share/man/man7/simd.7 b/share/man/man7/simd.7
index 6ddf769b6d38..e025d3ac9f12 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 14, 2023
+.Dd November 28, 2023
.Dt SIMD 7
.Os
.Sh NAME
@@ -72,6 +72,8 @@ Enhanced functions are present for the following architectures:
.It strcmp Ta Ta S Ta S1 Ta S
.It strcpy Ta Ta Ta S1 Ta S Ta S2
.It strcspn Ta Ta Ta S2
+.It strlcat Ta Ta Ta S1
+.It strlcpy Ta Ta Ta S1
.It strlen Ta Ta S Ta S1
.It strncmp Ta Ta S Ta S1 Ta S
.It strncpy Ta Ta Ta S1 Ta Ta S2