strfromd.3: wfix (null character --> null byte)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-06-29 22:30:07 +02:00
parent feb9ef3848
commit c5c0846dbe
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ At most
characters are stored into
.IR str .
.PP
The terminating null character ('\e0') is written if and only if
The terminating null byte ('\e0') is written if and only if
.I n
is sufficiently large, otherwise the written string is truncated at
.I n
@ -162,7 +162,7 @@ functions return the number of characters that would have been written in
if
.I n
had enough space,
not counting the terminating null character.
not counting the terminating null byte.
Thus, a return value of
.I n
or greater means that the output was truncated.