summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strfmon.3
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-05-11 20:06:46 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-05-11 20:06:46 +0000
commita3fb6da9ba05cbeeab1d5bec46075916256d2fb0 (patch)
tree0b28f0bebde32579d2780e773f4990dfb45d3f30 /lib/libc/stdlib/strfmon.3
parent8a3beec66e8b6f0cb1451efcc8a0f55f3bad0614 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/strfmon.3')
-rw-r--r--lib/libc/stdlib/strfmon.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/strfmon.3 b/lib/libc/stdlib/strfmon.3
index 11b8e211bf66..7a54f22bf25d 100644
--- a/lib/libc/stdlib/strfmon.3
+++ b/lib/libc/stdlib/strfmon.3
@@ -115,14 +115,14 @@ character is written.
.El
.Sh RETURN VALUES
If the total number of resulting bytes including the terminating
-.Dv NULL
+.Dv NUL
byte is not more than
.Fa maxsize ,
.Fn strfmon
returns the number of bytes placed into the array pointed to by
.Fa s ,
not including the terminating
-.Dv NULL
+.Dv NUL
byte.
Otherwise, \-1 is returned,
the contents of the array are indeterminate,