mdoc(7) police: mark LC_NUMERIC with .Dv.

This commit is contained in:
Ruslan Ermilov 2001-02-10 10:26:52 +00:00
parent e705b815ed
commit 429d919c70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72313
5 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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 ,

View File

@ -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

View File

@ -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