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/sh/sh.1 | |
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/sh/sh.1')
-rw-r--r-- | bin/sh/sh.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 65d49458fcae..fd4ee9d97ba1 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -31,7 +31,7 @@ .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 .\" $FreeBSD$ .\" -.Dd April 12, 2003 +.Dd July 3, 2004 .Dt SH 1 .Os .Sh NAME @@ -2049,3 +2049,7 @@ A .Nm command appeared in .At v1 . +.Sh BUGS +The +.Nm +utility does not recognize multibyte characters. |