Browse Source

add HISTORY; ok jmc

OPENBSD_3_8
jaredy 19 years ago
parent
commit
0282ec9c24
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      src/lib/libc/string/strlcpy.3

+ 8
- 1
src/lib/libc/string/strlcpy.3 View File

@ -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 .

Loading…
Cancel
Save