aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2024-01-30 20:55:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2024-03-15 21:52:47 +0000
commitc4ff9276a969a3a691ee1f336ce4ed6c0c9b0b99 (patch)
tree9d42a57a48b486208ef980f0ecfebc83f2d325c1
parent140119a60d967a05aafe80550aae28407db5ad79 (diff)
downloadsrc-c4ff9276a969a3a691ee1f336ce4ed6c0c9b0b99.tar.gz
src-c4ff9276a969a3a691ee1f336ce4ed6c0c9b0b99.zip
strnlen(3): add HISTORY
Complete 4b7f35db's HISTORY's train of thought
-rw-r--r--lib/libc/string/strlen.35
1 files changed, 5 insertions, 0 deletions
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 .