diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-03 02:03:44 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2004-07-03 02:03:44 +0000 |
commit | 128dc4a2e367eb9a66d26898531004140428b285 (patch) | |
tree | 12345ad3319f1f6818184339e8a117eeec83697a /bin/expr | |
parent | ee70653ec98ef29bfdccad7a2eb6207106021de9 (diff) | |
download | src-128dc4a2e367eb9a66d26898531004140428b285.tar.gz src-128dc4a2e367eb9a66d26898531004140428b285.zip |
Document missing multibyte character handling in utilities specified
by POSIX.
Notes
Notes:
svn path=/head/; revision=131513
Diffstat (limited to 'bin/expr')
-rw-r--r-- | bin/expr/expr.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index fd54a2a68999..d0ad1203d394 100644 --- a/bin/expr/expr.1 +++ b/bin/expr/expr.1 @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 10, 2002 +.Dd July 3, 2004 .Dt EXPR 1 .Os .Sh NAME @@ -261,3 +261,7 @@ provided that compatibility mode is not enabled. The .Fl e flag is an extension. +.Sh BUGS +The +.Nm +utility does not recognize multibyte characters. |