1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Document incorrect handling of multibyte characters.

This commit is contained in:
Tim J. Robbins 2004-07-06 09:20:51 +00:00
parent c713aaaeca
commit 65b2e19ef7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131692

View File

@ -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.