diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-08-06 03:24:20 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-08-06 03:24:20 +0000 |
commit | 35c88c72e9086614a1cf9b72a56230300bb48f49 (patch) | |
tree | aa9fc6ee851f98ad2316ece44fd8266dfeb0c2a7 | |
parent | f320f58a3a41c09f59d2dd240920f4625a1068c3 (diff) |
add HISTORY; ok jmc
-rw-r--r-- | lib/libc/string/strlcpy.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3 index c728c75e510..631298884ee 100644 --- a/lib/libc/string/strlcpy.3 +++ b/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 <Todd.Miller@courtesan.com> .\" @@ -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 . |