diff options
author | 1998-11-28 14:51:34 +0000 | |
---|---|---|
committer | 1998-11-28 14:51:34 +0000 | |
commit | b808742cbc6c459e0f280f4b54f4bf88b6b95789 (patch) | |
tree | c9f9465cee2d6f03ad470942cd5d00d3f40af664 /lib/libc/string/strcpy.3 | |
parent | Clear up a warning: printw doesn't take a const char, printf does (diff) | |
download | wireguard-openbsd-b808742cbc6c459e0f280f4b54f4bf88b6b95789.tar.xz wireguard-openbsd-b808742cbc6c459e0f280f4b54f4bf88b6b95789.zip |
.Xr strlcat, strlcpy
Diffstat (limited to 'lib/libc/string/strcpy.3')
-rw-r--r-- | lib/libc/string/strcpy.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/string/strcpy.3 b/lib/libc/string/strcpy.3 index 33da6e619e6..ff74d58f8fa 100644 --- a/lib/libc/string/strcpy.3 +++ b/lib/libc/string/strcpy.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strcpy.3,v 1.2 1996/08/19 08:34:13 tholo Exp $ +.\" $OpenBSD: strcpy.3,v 1.3 1998/11/28 14:51:34 espie Exp $ .\" .Dd June 29, 1991 .Dt STRCPY 3 @@ -110,7 +110,8 @@ to .Xr bcopy 3 , .Xr memccpy 3 , .Xr memcpy 3 , -.Xr memmove 3 +.Xr memmove 3 , +.Xr strlcpy 3 .Sh STANDARDS The .Fn strcpy |