diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-06 09:20:51 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-06 09:20:51 +0000 |
commit | 3a60494e7441500d46a926d8bc5110e93cda5667 (patch) | |
tree | 81dc5a7d31e4dc99e80c2dd25452c24183dc103a /lib/libc/regex/regex.3 | |
parent | 97a6f04270d14e570225b6e17134c79ed8796903 (diff) | |
download | FreeBSD-src-3a60494e7441500d46a926d8bc5110e93cda5667.zip FreeBSD-src-3a60494e7441500d46a926d8bc5110e93cda5667.tar.gz |
Document incorrect handling of multibyte characters.
Diffstat (limited to 'lib/libc/regex/regex.3')
-rw-r--r-- | lib/libc/regex/regex.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index a267dcc..d0a9837 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -36,7 +36,7 @@ .\" @(#)regex.3 8.4 (Berkeley) 3/20/94 .\" $FreeBSD$ .\" -.Dd October 2, 2002 +.Dd July 6, 2004 .Dt REGEX 3 .Os .Sh NAME @@ -725,3 +725,5 @@ 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. |