summaryrefslogtreecommitdiffstats
path: root/bin/cat
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-03-21 11:02:40 +0000
committertjr <tjr@FreeBSD.org>2004-03-21 11:02:40 +0000
commite5ce675c2f72a838863e117244594219561ad886 (patch)
tree82727eb93e54a6c7a8885035848db6c2743ccd23 /bin/cat
parent5382679539c46f42c472e8cd568275cdb3358de5 (diff)
downloadFreeBSD-src-e5ce675c2f72a838863e117244594219561ad886.zip
FreeBSD-src-e5ce675c2f72a838863e117244594219561ad886.tar.gz
Document incorrect handling of multibyte characters when -t and -v options
are used.
Diffstat (limited to 'bin/cat')
-rw-r--r--bin/cat/cat.110
1 files changed, 9 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud