mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Note that decimal point taken from locale (SUSv2)
This commit is contained in:
parent
675331271f
commit
1c97c57770
1 changed files with 3 additions and 0 deletions
|
|
@ -552,6 +552,9 @@ is
|
|||
.Ql %% .
|
||||
.El
|
||||
.Pp
|
||||
The decimal point
|
||||
character is defined in the program's locale (category 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
|
||||
field is expanded to contain the conversion result.
|
||||
|
|
|
|||
Loading…
Reference in a new issue