mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Xref strlcat, strlcpy
Inspired by: NetBSD commit message describing this.
This commit is contained in:
parent
f0856fbc91
commit
4e2abf95a3
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue