Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-current

anymore.
This commit is contained in:
Alexey Zelkin 2001-05-03 15:05:16 +00:00
parent 1496a706b9
commit b3d588380e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76247

View File

@ -311,28 +311,3 @@ and
.Fn localeconv
functions first appeared in
.Bx 4.4 .
.Sh BUGS
The current implementation supports only the
.Li "\&""C""
and
.Li "\&""POSIX""
locales for all but the
.Dv LC_COLLATE ,
.Dv LC_CTYPE ,
and
.Dv LC_TIME
categories.
.Pp
In spite of the gnarly currency support in
.Fn localeconv ,
the standards don't include any functions
for generalized currency formatting.
.Pp
Use of
.Dv LC_MONETARY
could lead to misleading results until we have a real time currency
conversion function.
.Dv LC_NUMERIC
and
.Dv LC_TIME
are personal choices and should not be wrapped up with the other categories.