]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
strfromd.3: wfix (null character --> null byte)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 29 Jun 2020 20:30:07 +0000 (22:30 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 29 Jun 2020 20:30:07 +0000 (22:30 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/strfromd.3

index fc747438a8e2da20a055cc18921c1eb06e701893..e451b454c3c358e6ee1569a3e9bd60dce5b29f4c 100644 (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.