diff options
author | tjr <tjr@FreeBSD.org> | 2004-07-29 07:23:37 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-07-29 07:23:37 +0000 |
commit | 5859fdea7fc26650350a35f702f85ac9c5890a36 (patch) | |
tree | cde461ebc393127bb2bd0ae502489ced5ee1e340 /usr.bin/col/col.1 | |
parent | 786e3d397c270e0762874c84df1035ea4fa1d8ed (diff) | |
download | FreeBSD-src-5859fdea7fc26650350a35f702f85ac9c5890a36.zip FreeBSD-src-5859fdea7fc26650350a35f702f85ac9c5890a36.tar.gz |
Add support for multibyte characters, loosely based on Bruno Haible's
work in the util-linux package.
Diffstat (limited to 'usr.bin/col/col.1')
-rw-r--r-- | usr.bin/col/col.1 | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1 index 1afabe8..82ffe40 100644 --- a/usr.bin/col/col.1 +++ b/usr.bin/col/col.1 @@ -35,7 +35,7 @@ .\" @(#)col.1 8.1 (Berkeley) 6/29/93 .\" $FreeBSD$ .\" -.Dd July 15, 2004 +.Dd July 29, 2004 .Dt COL 1 .Os .Sh NAME @@ -127,6 +127,15 @@ sure the character set is correct when they are output. If the input attempts to back up to the last flushed line, .Nm will display a warning message. +.Sh ENVIRONMENT +The +.Ev LANG , LC_ALL +and +.Ev LC_CTYPE +environment variables affect the execution of +.Nm +as described in +.Xr environ 7 . .Sh SEE ALSO .Xr expand 1 , .Xr nroff 1 , @@ -142,7 +151,3 @@ A command appeared in .At v6 . -.Sh BUGS -The -.Nm -utility does not recognize multibyte characters. |