Note that decimal point taken from locale (SUSv2)

This commit is contained in:
Andrey A. Chernov 2001-02-10 06:32:03 +00:00
parent 675331271f
commit 1c97c57770

View file

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