From dd4bd1e7ba9eae7856cc7099823f51bc314a3dad Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 29 Oct 1999 16:50:22 +0000 Subject: [PATCH] Add HISTORY. --- lib/libc/string/strlcpy.3 | 8 ++++++++ 1 file changed, 8 insertions(+) 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 .