diff options
author | ru <ru@FreeBSD.org> | 2001-02-10 10:26:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-10 10:26:52 +0000 |
commit | 491030fdcc5e86803bb5a7e4927770d4987d5d63 (patch) | |
tree | 0fec81f01226f8711e6ca2da8f97b45d21b1dc76 /lib/libc/stdlib/atof.3 | |
parent | 31aec8d9e01d908d8d68d6a8cf6e58fb01c092db (diff) | |
download | FreeBSD-src-491030fdcc5e86803bb5a7e4927770d4987d5d63.zip FreeBSD-src-491030fdcc5e86803bb5a7e4927770d4987d5d63.tar.gz |
mdoc(7) police: mark LC_NUMERIC with .Dv.
Diffstat (limited to 'lib/libc/stdlib/atof.3')
-rw-r--r-- | lib/libc/stdlib/atof.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/atof.3 b/lib/libc/stdlib/atof.3 index 005f87d..ec2f0f7 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 , |