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 | |
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
-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 9e68a6e3e66c..fe5f06788953 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 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. diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index 949e20c0a9ca..c4dbb667974a 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 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. |