]>
Commit | Line | Data |
---|---|---|
1 | --- strtod.3.orig Fri Mar 11 17:24:01 2005 | |
2 | +++ strtod.3 Fri Mar 11 17:25:45 2005 | |
3 | @@ -100,6 +100,12 @@ | |
4 | The decimal point | |
5 | character is defined in the program's locale (category | |
6 | .Dv LC_NUMERIC ) . | |
7 | +.Pp | |
8 | +Extended locale versions of these functions are documented in | |
9 | +.Xr strtod_l 3 . | |
10 | +See | |
11 | +.Xr xlocale 3 | |
12 | +for more information. | |
13 | .Sh RETURN VALUES | |
14 | The | |
15 | .Fn strtod , | |
16 | @@ -146,7 +152,8 @@ | |
17 | .Xr atol 3 , | |
18 | .Xr strtol 3 , | |
19 | .Xr strtoul 3 , | |
20 | -.Xr wcstod 3 | |
21 | +.Xr wcstod 3 , | |
22 | +.Xr strtod_l 3 | |
23 | .Sh STANDARDS | |
24 | The | |
25 | .Fn strtod |