From owner-cvs-all Fri May 17 0:15: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4961337B40B; Fri, 17 May 2002 00:14:56 -0700 (PDT) Received: (from tjr@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4H7Eu950625; Fri, 17 May 2002 00:14:56 -0700 (PDT) (envelope-from tjr) Message-Id: <200205170714.g4H7Eu950625@freefall.freebsd.org> From: "Tim J. Robbins" Date: Fri, 17 May 2002 00:14:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/hexdump conv.c display.c od.1 odsyntax.c parse.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tjr 2002/05/17 00:14:56 PDT Modified files: usr.bin/hexdump conv.c display.c od.1 odsyntax.c parse.c Log: Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options that SUSv3 requires and give od a proper manual page. PR: 36783 Revision Changes Path 1.5 +0 -4 src/usr.bin/hexdump/conv.c 1.15 +7 -3 src/usr.bin/hexdump/display.c 1.13 +175 -20 src/usr.bin/hexdump/od.1 1.13 +233 -51 src/usr.bin/hexdump/odsyntax.c 1.9 +9 -8 src/usr.bin/hexdump/parse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message