diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-29 16:50:22 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-10-29 16:50:22 +0000 |
| commit | dd4bd1e7ba9eae7856cc7099823f51bc314a3dad (patch) | |
| tree | eca870b906619e81e2d65390abb00fc72e406165 /lib/libc/string | |
| parent | e4b8e5f26b19007124ff2f15fe7f2ef16c864d7b (diff) | |
Notes
Diffstat (limited to 'lib/libc/string')
| -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 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 . |
