diff options
author | 2005-08-06 03:24:19 +0000 | |
---|---|---|
committer | 2005-08-06 03:24:19 +0000 | |
commit | afc499d2e8a6ca170817fde18c2f85742a0a3a6e (patch) | |
tree | a82d7d2b1f42c22b621dd8860caa4d6e9ec2fa70 /lib | |
parent | - macro, punctuation, and rewording tweaks (diff) | |
download | wireguard-openbsd-afc499d2e8a6ca170817fde18c2f85742a0a3a6e.tar.xz wireguard-openbsd-afc499d2e8a6ca170817fde18c2f85742a0a3a6e.zip |
add HISTORY; ok jmc
Diffstat (limited to 'lib')
-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 . |