From 128dc4a2e367eb9a66d26898531004140428b285 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sat, 3 Jul 2004 02:03:44 +0000 Subject: [PATCH] Document missing multibyte character handling in utilities specified by POSIX. --- bin/ed/ed.1 | 6 +++++- bin/expr/expr.1 | 6 +++++- bin/pax/pax.1 | 6 +++++- 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.