diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-03 02:03:44 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-03 02:03:44 +0000 |
commit | 82e3e73431e86800bb7c77fdd2a69c65e5691c72 (patch) | |
tree | 12345ad3319f1f6818184339e8a117eeec83697a /bin | |
parent | 44c55a45a55899d413903336e082d55848756ea4 (diff) | |
download | FreeBSD-src-82e3e73431e86800bb7c77fdd2a69c65e5691c72.zip FreeBSD-src-82e3e73431e86800bb7c77fdd2a69c65e5691c72.tar.gz |
Document missing multibyte character handling in utilities specified
by POSIX.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ed/ed.1 | 6 | ||||
-rw-r--r-- | bin/expr/expr.1 | 6 | ||||
-rw-r--r-- | bin/pax/pax.1 | 6 | ||||
-rw-r--r-- | bin/sh/sh.1 | 6 |
4 files changed, 20 insertions, 4 deletions
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 9e68a6e..fe5f067 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,5 +1,5 @@ .\" $FreeBSD$ -.Dd May 21, 1993 +.Dd July 3, 2004 .Dt ED 1 .Os .Sh NAME @@ -999,3 +999,7 @@ An .Nm command appeared in Version 1 AT&T UNIX. +.Sh BUGS +The +.Nm +utility does not recognize multibyte characters. diff --git a/bin/expr/expr.1 b/bin/expr/expr.1 index fd54a2a..d0ad120 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. diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 949e20c..c4dbb66 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -32,7 +32,7 @@ .\" @(#)pax.1 8.4 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd April 18, 1994 +.Dd July 3, 2004 .Dt PAX 1 .Os .Sh NAME @@ -1186,3 +1186,7 @@ a diagnostic message is written to and when .Nm completes it will exit with a non-zero exit status. +.Sh BUGS +The +.Nm +utility does not recognize multibyte characters. diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 65d4945..fd4ee9d 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. |