diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-12 11:03:42 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-12 11:03:42 +0000 |
commit | a71683eadb85d62ec9e9e18887aebc28a266b769 (patch) | |
tree | 825ca3cbd7dc7f970e4f84185f709927a1f38c9d /lib/libc/regex/regex.3 | |
parent | 4997cbe712449a6fb55de54834c60a5f4fb318bb (diff) | |
download | FreeBSD-src-a71683eadb85d62ec9e9e18887aebc28a266b769.zip FreeBSD-src-a71683eadb85d62ec9e9e18887aebc28a266b769.tar.gz |
Remove an entry from the BUGS section: we have multibyte character
support now.
Diffstat (limited to 'lib/libc/regex/regex.3')
-rw-r--r-- | lib/libc/regex/regex.3 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 11b29a4..f10b841 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -727,5 +727,3 @@ behavior in such cases should not be relied on. .Pp The implementation of word-boundary matching is a bit of a kludge, and bugs may lurk in combinations of word-boundary matching and anchoring. -.Pp -The current implementation does not recognize multibyte characters. |