From owner-cvs-all@FreeBSD.ORG Fri Jul 23 11:34:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 593EE16A4CE; Fri, 23 Jul 2004 11:34:49 +0000 (GMT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5DCD43D46; Fri, 23 Jul 2004 11:34:48 +0000 (GMT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i6NBYjBf042865; Fri, 23 Jul 2004 15:34:45 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i6NBYixM042864; Fri, 23 Jul 2004 15:34:44 +0400 (MSD) (envelope-from ache) Date: Fri, 23 Jul 2004 15:34:43 +0400 From: Andrey Chernov To: "Tim J. Robbins" Message-ID: <20040723113442.GA42827@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , "Tim J. Robbins" , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200407230544.i6N5i4xt029879@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407230544.i6N5i4xt029879@repoman.freebsd.org> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.26.0.10; VDF 6.26.0.40 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin/tr tr.1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 11:34:49 -0000 On Fri, Jul 23, 2004 at 05:44:04AM +0000, Tim J. Robbins wrote: > usr.bin/tr tr.1 > Log: > Add a lengthy discussion of why "tr a-z A-Z" and "tr A-Z a-z" are not the > right way to perform case-conversion. For completeness you should mention another possibility to handle A-Z well without replacing anything in existen scripts: set LC_ALL=C before calling. -- Andrey Chernov | http://ache.pp.ru/