diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-26 18:57:19 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-03-26 18:57:19 +0000 |
| commit | 626da9c8ba2bcf046a93c6a8f6a9ad7608c71ca5 (patch) | |
| tree | 5254339166b20400bc940fa5cb2b7418ebed3f3e /lib/libc | |
| parent | d2757e2bd65f87f56481a0bf4327ffd277684383 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/locale/setlocale.3 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index 74cce03bfc5e..e0068f4f8550 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -302,15 +302,13 @@ The current implementation supports only the .Li "\&""C"" and .Li "\&""POSIX"" -locales for all but the LC_CTYPE locale. +locales for all but the LC_CTYPE and LC_COLLATE locale. .Pp In spite of the gnarly currency support in .Fn localeconv , the standards don't include any functions for generalized currency formatting. .Pp -.Dv LC_COLLATE -does not make sense for many languages. Use of .Dv LC_MONETARY could lead to misleading results until we have a real time currency |
