HomeFreeBSD

strlcpy/strlcat: Remove references to snprintf

Description

strlcpy/strlcat: Remove references to snprintf

While strlcpy and snprintf are somewhat similar, there's big differences
between strlcat and snprintf which leads to confusion. Remove the
comparison, since it's ultimately not that useful: the snprintf man page
has similar language to strlcpy, so it doesn't provide a better
reference. The two implementations are otherwise unrelated.

Reviewed by: bcr
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D27228

Details

Provenance
impAuthored on Oct 27 2023, 4:11 PM
Reviewer
bcr
Differential Revision
D27228: strlcpy/strlcat: Remove references to snprintf
Parents
rGafd155c72bf6: netinet: The tailq_hash code doesn't reference tcpoutflags
Branches
Unknown
Tags
Unknown