summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-10-29 16:51:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-10-29 16:51:38 +0000
commit70f7ea00cfe856e0ced25d60d432498cf2442fff (patch)
tree1c85475d1c92abbd70f59c9ddbff9e57ccaba6d2 /lib/libc
parent110bdbc8d69af3de6bdcc612174238f8013ecfad (diff)
Notes
Diffstat (limited to 'lib/libc')
-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 .