From owner-cvs-src@FreeBSD.ORG Fri Apr 11 21:17:15 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B734837B401; Fri, 11 Apr 2003 21:17:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5486E43FA3; Fri, 11 Apr 2003 21:17:15 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h3C4HF0U037196; Fri, 11 Apr 2003 21:17:15 -0700 (PDT) (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h3C4HFNj037195; Fri, 11 Apr 2003 21:17:15 -0700 (PDT) Message-Id: <200304120417.h3C4HFNj037195@repoman.freebsd.org> From: "Tim J. Robbins" Date: Fri, 11 Apr 2003 21:17:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/uniq uniq.1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2003 04:17:16 -0000 tjr 2003/04/11 21:17:14 PDT FreeBSD src repository Modified files: usr.bin/uniq uniq.1 Log: Mention the environment variables that affect the execution of uniq. Of particular interest is the fact that LC_COLLATE affects how uniq determines whether lines are equal. This was the subject of a fairly heated debate a year or so ago, and it turns out that the current behaviour is correct and that the standard contained an error. Now that the standard has been corrected by Cor. 1-2002, refer to 1003.1-2001 instead of the 1992 edition in the Standards section. Revision Changes Path 1.15 +15 -4 src/usr.bin/uniq/uniq.1