From owner-cvs-usrbin Sun Feb 1 23:11:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA14529 for cvs-usrbin-outgoing; Sun, 1 Feb 1998 23:11:18 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA14489; Sun, 1 Feb 1998 23:11:13 -0800 (PST) (envelope-from cwt@FreeBSD.org) From: Chris Timmons Received: (from cwt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA03447; Sun, 1 Feb 1998 23:10:59 -0800 (PST) Date: Sun, 1 Feb 1998 23:10:59 -0800 (PST) Message-Id: <199802020710.XAA03447@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/expand expand.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk cwt 1998/02/01 23:10:59 PST Modified files: usr.bin/expand expand.c Log: PR: bin/5529 Submitted by: Shigio Yamaguchi Do not misinterpret file names with a digit in the 2nd column as a tab stop specification. Revision Changes Path 1.3 +2 -2 src/usr.bin/expand/expand.c