aboutsummaryrefslogtreecommitdiffstats
path: root/man3/strfmon.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strfmon.3')
-rw-r--r--man3/strfmon.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strfmon.3 b/man3/strfmon.3
index e26609c571..694a151592 100644
--- a/man3/strfmon.3
+++ b/man3/strfmon.3
@@ -102,8 +102,8 @@ One argument of type double is converted using the locale's
national currency format.
.SH "RETURN VALUE"
The \fBstrfmon\fP() function returns the number of characters placed
-in the array \fIs\fP, not including the terminating NUL character,
-provided the string, including the terminating NUL, fits.
+in the array \fIs\fP, not including the terminating null byte,
+provided the string, including the terminating null byte, fits.
Otherwise, it sets
.I errno
to E2BIG, returns \-1, and the contents of the array is undefined.