Document line length and multibyte character limitations.

This commit is contained in:
Tim J. Robbins 2004-07-15 05:12:04 +00:00
parent e271bcb2db
commit 8a68dbeb38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132184

View File

@ -32,7 +32,7 @@
.\" @(#)column.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd June 6, 1993
.Dd July 15, 2004
.Os
.Dt COLUMN 1
.Sh NAME
@ -98,3 +98,6 @@ The
.Nm
command appeared in
.Bx 4.3 Reno .
.Sh BUGS
Input lines are limited to LINE_MAX (2048) bytes in length.
Multibyte characters are not handled correctly.