Xref strlcat, strlcpy

Inspired by: NetBSD commit message describing this.
This commit is contained in:
Warner Losh 1999-09-28 04:11:47 +00:00
parent f0856fbc91
commit 4e2abf95a3
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