summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-10-29 16:50:22 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-10-29 16:50:22 +0000
commitdd4bd1e7ba9eae7856cc7099823f51bc314a3dad (patch)
treeeca870b906619e81e2d65390abb00fc72e406165 /lib/libc/string
parente4b8e5f26b19007124ff2f15fe7f2ef16c864d7b (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strlcpy.38
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3
index c7f1006fbda4..e1dddee77393 100644
--- a/lib/libc/string/strlcpy.3
+++ b/lib/libc/string/strlcpy.3
@@ -147,3 +147,11 @@ As a matter of fact, the first version of this manual page got it wrong.
.Xr snprintf 3 ,
.Xr strncat 3 ,
.Xr strncpy 3
+.Sh HISTORY
+.Fn strlcpy
+and
+.Fn strlcat
+functions first appeared in
+.Ox 2.4 ,
+and made their appearance in
+.Fx 3.3 .