From owner-cvs-usrbin Sun Sep 7 08:13:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA23677 for cvs-usrbin-outgoing; Sun, 7 Sep 1997 08:13:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA23571; Sun, 7 Sep 1997 08:11:48 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA08028; Sun, 7 Sep 1997 08:09:23 -0700 (PDT) Date: Sun, 7 Sep 1997 08:09:23 -0700 (PDT) Message-Id: <199709071509.IAA08028@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/comm comm.1 comm.c src/usr.bin/uniq uniq.1 uniq.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/09/07 08:09:23 PDT Modified files: usr.bin/comm comm.1 comm.c usr.bin/uniq uniq.1 uniq.c Log: Teach comm(1) and uniq(1) about an option for case-insensitive work. PR: 3042 Submitted by: graphix@iastate.edu (Kent Vander Velden) Revision Changes Path 1.3 +5 -2 src/usr.bin/comm/comm.1 1.4 +19 -5 src/usr.bin/comm/comm.c 1.3 +5 -1 src/usr.bin/uniq/uniq.1 1.4 +13 -4 src/usr.bin/uniq/uniq.c