From 545b74a7862d8f94d2067891fe8bfea269fa14d3 Mon Sep 17 00:00:00 2001 From: tjr Date: Thu, 29 Jul 2004 13:22:56 +0000 Subject: Add support for multibyte characters. --- usr.bin/column/column.1 | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'usr.bin/column/column.1') diff --git a/usr.bin/column/column.1 b/usr.bin/column/column.1 index 17e7c10..39d93c6 100644 --- a/usr.bin/column/column.1 +++ b/usr.bin/column/column.1 @@ -32,7 +32,7 @@ .\" @(#)column.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd July 15, 2004 +.Dd July 29, 2004 .Os .Dt COLUMN 1 .Sh NAME @@ -77,13 +77,14 @@ Fill columns before filling rows. .Sh DIAGNOSTICS .Ex -std .Sh ENVIRONMENT -.Bl -tag -width COLUMNS -.It Ev COLUMNS -The environment variable -.Ev COLUMNS -is used to determine the size of -the screen if no other information is available. -.El +The +.Ev COLUMNS , LANG , LC_ALL +and +.Ev LC_CTYPE +environment variables affect the execution of +.Nm +as described in +.Xr environ 7 . .Sh EXAMPLES .Dl (printf \&"PERM LINKS OWNER GROUP SIZE MONTH DAY \&"\ \&;\ \&\e .Dl printf \&"HH:MM/YEAR NAME\en\&"\ \&;\ \&\e @@ -100,4 +101,3 @@ 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. -- cgit v1.1