git: c4ff9276a969 - main - strnlen(3): add HISTORY
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Mar 2024 21:53:48 UTC
The branch main has been updated by obrien:
URL: https://cgit.FreeBSD.org/src/commit/?id=c4ff9276a969a3a691ee1f336ce4ed6c0c9b0b99
commit c4ff9276a969a3a691ee1f336ce4ed6c0c9b0b99
Author: David E. O'Brien <obrien@FreeBSD.org>
AuthorDate: 2024-01-30 20:55:20 +0000
Commit: David E. O'Brien <obrien@FreeBSD.org>
CommitDate: 2024-03-15 21:52:47 +0000
strnlen(3): add HISTORY
Complete 4b7f35db's HISTORY's train of thought
---
lib/libc/string/strlen.3 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3
index b65e7abd6423..91b82a085b01 100644
--- a/lib/libc/string/strlen.3
+++ b/lib/libc/string/strlen.3
@@ -96,3 +96,8 @@ and was ported to
.At v7 .
The
.Fn strnlen
+function first appeared in
+.Fx 8.0 ,
+.Ox 4.8 ,
+and
+.Nx 6.0 .