diff options
author | dcs <dcs@FreeBSD.org> | 2000-07-02 10:34:25 +0000 |
---|---|---|
committer | dcs <dcs@FreeBSD.org> | 2000-07-02 10:34:25 +0000 |
commit | 2a91c2ea193b4a9aef7890fdacebf0f502cb3c1b (patch) | |
tree | 6e8b15b537358048ad458028717a51b9c0dabe15 /lib/libc | |
parent | 9707bc34b009d1e09d192ec84d1ddc8e8693006f (diff) | |
download | FreeBSD-src-2a91c2ea193b4a9aef7890fdacebf0f502cb3c1b.zip FreeBSD-src-2a91c2ea193b4a9aef7890fdacebf0f502cb3c1b.tar.gz |
Remove from the notes a bug that it's said to have been fixed.
PR: 15561
Submitted by: Martin Kammerhofer <mkamm@gmx.net>
Confirmed by: ache
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/regex/regex.3 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 3d90055..8396651 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -491,11 +491,6 @@ distribution. This is an alpha release with known defects. Please report problems. .PP -There is one known functionality bug. -The implementation of internationalization is incomplete: -the locale is always assumed to be the default one of 1003.2, -and only the collating elements etc. of that locale are available. -.PP The back-reference code is subtle and doubts linger about its correctness in complex cases. .PP |