Document incorrect handling of multibyte characters when -t and -v options

are used.
This commit is contained in:
Tim J. Robbins 2004-03-21 11:02:40 +00:00
parent 616f4ca3a7
commit f74d4353ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=127267

View File

@ -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.