mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
mdoc(7) police: mark LC_NUMERIC with .Dv.
This commit is contained in:
parent
e705b815ed
commit
429d919c70
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72313
@ -553,7 +553,8 @@ is
|
||||
.El
|
||||
.Pp
|
||||
The decimal point
|
||||
character is defined in the program's locale (category LC_NUMERIC).
|
||||
character is defined in the program's locale (category
|
||||
.Dv LC_NUMERIC ) .
|
||||
.Pp
|
||||
In no case does a non-existent or small field width cause truncation of
|
||||
a field; if the result of a conversion is wider than the field width, the
|
||||
|
@ -359,7 +359,8 @@ flag.
|
||||
.El
|
||||
.Pp
|
||||
The decimal point
|
||||
character is defined in the program's locale (category LC_NUMERIC).
|
||||
character is defined in the program's locale (category
|
||||
.Dv LC_NUMERIC ) .
|
||||
.Pp
|
||||
For backwards compatibility,
|
||||
other conversion characters (except
|
||||
|
@ -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 ,
|
||||
|
@ -70,7 +70,8 @@ Leading white-space characters in the string (as defined by the
|
||||
.Xr isspace 3
|
||||
function) are skipped.
|
||||
The decimal point
|
||||
character is defined in the program's locale (category LC_NUMERIC).
|
||||
character is defined in the program's locale (category
|
||||
.Dv LC_NUMERIC ) .
|
||||
.Sh RETURN VALUES
|
||||
The
|
||||
.Fn strtod
|
||||
|
@ -251,7 +251,8 @@ Print a `%'; no argument is used.
|
||||
.El
|
||||
.Pp
|
||||
The decimal point
|
||||
character is defined in the program's locale (category LC_NUMERIC).
|
||||
character is defined in the program's locale (category
|
||||
.Dv LC_NUMERIC ) .
|
||||
.Pp
|
||||
In no case does a non-existent or small field width cause truncation of
|
||||
a field; padding takes place only if the specified field width exceeds
|
||||
|
Loading…
Reference in New Issue
Block a user