diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-12 10:46:55 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-12 10:46:55 +0000 |
commit | 3805bd4f25689260cac29f17b765144fb2533692 (patch) | |
tree | 7a544a60794571afbbc135f86ab41ac326b842eb /bin/expr | |
parent | 1d2afa8a6ded6b43a3fbfdc2762090c55a9b48a6 (diff) | |
download | FreeBSD-src-3805bd4f25689260cac29f17b765144fb2533692.zip FreeBSD-src-3805bd4f25689260cac29f17b765144fb2533692.tar.gz |
Remove BUGS section that talked about missing multibyte character support.
We have support now that the regular expression routines do.
Diffstat (limited to 'bin/expr')
-rw-r--r-- | bin/expr/expr.1 | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index d0ad120..fbd1a0d 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 3, 2004 +.Dd July 12, 2004 .Dt EXPR 1 .Os .Sh NAME @@ -261,7 +261,3 @@ provided that compatibility mode is not enabled. The .Fl e flag is an extension. -.Sh BUGS -The -.Nm -utility does not recognize multibyte characters. |