Add HISTORY.

This commit is contained in:
David E. O'Brien 1999-10-29 16:50:22 +00:00
parent e4b8e5f26b
commit dd4bd1e7ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52629

View File

@ -147,3 +147,11 @@ As a matter of fact, the first version of this manual page got it wrong.
.Xr snprintf 3 , .Xr snprintf 3 ,
.Xr strncat 3 , .Xr strncat 3 ,
.Xr strncpy 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 .