diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-29 16:50:22 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-29 16:50:22 +0000 |
commit | bd0d380ff0d95ebdcddce224c44cc8df52f811eb (patch) | |
tree | eca870b906619e81e2d65390abb00fc72e406165 /lib/libc | |
parent | 278bca21742d828e12d1f26649efe14d046f5591 (diff) | |
download | FreeBSD-src-bd0d380ff0d95ebdcddce224c44cc8df52f811eb.zip FreeBSD-src-bd0d380ff0d95ebdcddce224c44cc8df52f811eb.tar.gz |
Add HISTORY.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/string/strlcpy.3 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index c7f1006..e1dddee 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 . |