Document missing multibyte character support in utilities specified

by POSIX.
This commit is contained in:
Tim J. Robbins 2004-07-03 01:28:21 +00:00
parent abdb4e5d01
commit 4f45d81178
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131511
11 changed files with 53 additions and 10 deletions

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 28, 2002
.Dd July 3, 2004
.Dt CSPLIT 1
.Os
.Sh NAME
@ -151,3 +151,7 @@ The
.Nm
utility conforms to
.St -p1003.1-2001 .
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters.

View File

@ -35,7 +35,7 @@
.\" @(#)find.1 8.7 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
.Dd May 28, 2004
.Dd July 3, 2004
.Dt FIND 1
.Os
.Sh NAME
@ -914,3 +914,7 @@ A
.Nm
command appeared in
.At v1 .
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters in file names.

View File

@ -32,7 +32,7 @@
.\" @(#)od.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd April 17, 2002
.Dd July 3, 2004
.Os
.Dt OD 1
.Sh NAME
@ -252,3 +252,7 @@ An
.Nm
command appeared in
.At v1 .
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters.

View File

@ -1,7 +1,7 @@
.\" @(#) $OpenBSD: m4.1,v 1.24 2002/04/18 18:57:23 espie Exp $
.\" $FreeBSD$
.\"
.Dd April 17, 2002
.Dd July 3, 2004
.Dt M4 1
.Os
.Sh NAME
@ -415,3 +415,7 @@ and
.An Richard A. O'Keefe Aq ok@goanna.cs.rmit.OZ.AU .
GNU-m4 compatibility extensions by
.An Marc Espie Aq espie@cvs.openbsd.org .
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters.

View File

@ -238,3 +238,7 @@ The
.Nm
utility first appeared in
.At V.2 .
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters.

View File

@ -36,7 +36,7 @@
.\" @(#)pr.1 8.3 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
.Dd September 20, 2001
.Dd July 3, 2004
.Dt PR 1
.Os
.Sh NAME
@ -389,3 +389,7 @@ A
.Nm
command appeared in
.At v1 .
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters.

View File

@ -35,7 +35,7 @@
.\" @(#)printf.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd June 6, 1993
.Dd July 3, 2004
.Dt PRINTF 1
.Os
.Sh NAME
@ -336,3 +336,8 @@ When present in the
the
.Ar format
will be truncated at the \e000 character.
.Pp
Multibyte characters are not recognized in format strings (this is only
a problem if
.Dq Li %
can appear inside a multibyte character.)

View File

@ -35,7 +35,7 @@
.\" @(#)sed.1 8.2 (Berkeley) 12/30/93
.\" $FreeBSD$
.\"
.Dd May 7, 2002
.Dd July 3, 2004
.Dt SED 1
.Os
.Sh NAME
@ -548,3 +548,7 @@ appeared in
.At v7 .
.Sh AUTHORS
.An "Diomidis D. Spinellis" Aq dds@FreeBSD.org
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters.

View File

@ -32,7 +32,7 @@
.\" @(#)talk.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd June 6, 1993
.Dd July 3, 2004
.Dt TALK 1
.Os
.Sh NAME
@ -137,6 +137,8 @@ released with
uses a protocol that
is incompatible with the protocol used in the version released with
.Bx 4.2 .
.Pp
Multibyte characters are not recognized.
.Sh HISTORY
The
.Nm

View File

@ -35,7 +35,7 @@
.\" @(#)tsort.1 8.3 (Berkeley) 4/1/94
.\" $FreeBSD$
.\"
.Dd April 1, 1994
.Dd July 3, 2004
.Dt TSORT 1
.Os
.Sh NAME
@ -90,3 +90,7 @@ This
.Nm
command and manual page are derived from sources contributed to Berkeley by
Michael Rendell of Memorial University of Newfoundland.
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters.

View File

@ -35,7 +35,7 @@
.\" @(#)write.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd June 6, 1993
.Dd July 3, 2004
.Dt WRITE 1
.Os
.Sh NAME
@ -104,3 +104,7 @@ A
.Nm
command appeared in
.At v1 .
.Sh BUGS
The
.Nm
utility does not recognize multibyte characters.