Xref strlcat, strlcpy

Inspired by: NetBSD commit message describing this.
This commit is contained in:
imp 1999-09-28 04:11:47 +00:00
parent 90a55f822a
commit 1614c5d896
2 changed files with 5 additions and 2 deletions

View File

@ -86,7 +86,9 @@ return the pointer
.Xr memccpy 3 ,
.Xr memcpy 3 ,
.Xr memmove 3 ,
.Xr strcpy 3
.Xr strcpy 3 ,
.Xr strlcat 3 ,
.Xr strlcpy 3
.Sh STANDARDS
The
.Fn strcat

View File

@ -111,7 +111,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