string.3: strncpy(): wfix
commit0726f57d8362553b697fa19c405f7fc77f2e42dd
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Nov 2023 22:26:42 +0000 (13 14:26 -0800)
committerAlejandro Colomar <alx@kernel.org>
Mon, 13 Nov 2023 23:22:24 +0000 (14 00:22 +0100)
tree4ab3abeb2b2d103a7136666365d5c3526467640c
parentf51cbcca1c0e12e94590bd9723e3e446ac50c33a
string.3: strncpy(): wfix

Say "size" not "width" for byte counts; "width" is for the number of
bits in a word.  Say "leading" to make it clear we don’t care about what
the source contains after its first null byte.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/string.3