summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/atof.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/atof.3')
-rw-r--r--lib/libc/stdlib/atof.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3
index 005f87d45def..ec2f0f769751 100644
--- a/lib/libc/stdlib/atof.3
+++ b/lib/libc/stdlib/atof.3
@@ -62,10 +62,11 @@ representation.
It is equivalent to:
.Bd -literal -offset indent
strtod(nptr, (char **)NULL);
+.Ed
.Pp
The decimal point
-character is defined in the program's locale (category LC_NUMERIC).
-.Ed
+character is defined in the program's locale (category
+.Dv LC_NUMERIC ) .
.Sh SEE ALSO
.Xr atoi 3 ,
.Xr atol 3 ,