From e5ce675c2f72a838863e117244594219561ad886 Mon Sep 17 00:00:00 2001 From: tjr Date: Sun, 21 Mar 2004 11:02:40 +0000 Subject: Document incorrect handling of multibyte characters when -t and -v options are used. --- bin/cat/cat.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/cat/cat.1 b/bin/cat/cat.1 index f09096d..19309a4 100644 --- a/bin/cat/cat.1 +++ b/bin/cat/cat.1 @@ -35,7 +35,7 @@ .\" @(#)cat.1 8.3 (Berkeley) 5/2/95 .\" $FreeBSD$ .\" -.Dd September 15, 2001 +.Dd March 21, 2004 .Dt CAT 1 .Os .Sh NAME @@ -199,3 +199,11 @@ Because of the shell language mechanism used to perform output redirection, the command .Dq Li cat file1 file2 > file1 will cause the original data in file1 to be destroyed! +.Pp +The +.Nm +utility does not recognize multibyte characters when the +.Fl t +or +.Fl v +option is in effect. -- cgit v1.1