From owner-cvs-usrbin Fri Oct 4 16:29:58 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA01942 for cvs-usrbin-outgoing; Fri, 4 Oct 1996 16:29:58 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA01896; Fri, 4 Oct 1996 16:29:42 -0700 (PDT) Date: Fri, 4 Oct 1996 16:29:42 -0700 (PDT) From: Peter Wemm Message-Id: <199610042329.QAA01896@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/hexdump hexsyntax.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/10/04 16:29:41 Modified: usr.bin/hexdump hexsyntax.c Log: Fix the previous commit. The second of the 8-character columns was a duplicate of the first column of 8... Revision Changes Path 1.4 +2 -4 src/usr.bin/hexdump/hexsyntax.c