From 2e3c1db084184ed257e1a4c2c586e2c84f934879 Mon Sep 17 00:00:00 2001 From: jaredy <> Date: Sat, 6 Aug 2005 03:24:19 +0000 Subject: add HISTORY; ok jmc --- src/lib/libc/string/strlcpy.3 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3 index c728c75e51..631298884e 100644 --- a/src/lib/libc/string/strlcpy.3 +++ b/src/lib/libc/string/strlcpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strlcpy.3,v 1.17 2005/08/06 03:21:36 jaredy Exp $ +.\" $OpenBSD: strlcpy.3,v 1.18 2005/08/06 03:24:19 jaredy Exp $ .\" .\" Copyright (c) 1998, 2000 Todd C. Miller .\" @@ -177,3 +177,10 @@ 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 +The +.Fn strlcpy +and +.Fn strlcat +functions first appeared in +.Ox 2.4 . -- cgit v1.2.3-55-g6feb