From b3d588380ebd73017afa75e74d6bfe437fa25aee Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Thu, 3 May 2001 15:05:16 +0000 Subject: [PATCH] Eliminate BUGS section. No one of listed bugs is applicable to FreeBSD-current anymore. --- lib/libc/locale/setlocale.3 | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index 0a545b8eaa2..6a31723e975 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -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.