From cf2cc544859193ac5eb52a665cfc01a484641415 Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 2 Jul 2004 22:48:29 +0000 Subject: Add support for multibyte characters. --- usr.bin/comm/comm.1 | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'usr.bin/comm/comm.1') diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 6866986..c054428 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -35,7 +35,7 @@ .\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd June 25, 2004 +.Dd July 3, 2004 .Os .Dt COMM 1 .Sh NAME @@ -84,6 +84,17 @@ The .Nm utility assumes that the files are lexically sorted; all characters participate in line comparisons. +.Sh ENVIRONMENT +The +.Ev LANG , +.Ev LC_ALL , +.Ev LC_COLLATE , +and +.Ev LC_CTYPE +environment variables affect the execution of +.Nm +as described in +.Xr environ 7 . .Sh DIAGNOSTICS .Ex -std .Sh SEE ALSO @@ -101,9 +112,3 @@ A .Nm command appeared in .At v4 . -.Sh BUGS -The -.Nm -utility does not recognize multibyte characters in order to remain -compatible with the current implementation of -.Xr sort 1 . -- cgit v1.1