From owner-cvs-all Sun Jun 20 7:59: 0 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 337B114D1F; Sun, 20 Jun 1999 07:58:58 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA68601; Sun, 20 Jun 1999 07:58:57 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <199906201458.HAA68601@freefall.freebsd.org> From: Brian Feldman Date: Sun, 20 Jun 1999 07:58:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd args.c conv.c dd.1 dd.c dd.h extern.h misc.c position.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/06/20 07:58:57 PDT Modified files: bin/dd args.c conv.c dd.1 dd.c dd.h extern.h misc.c position.c Log: This is the second round of dd(1) changes. Some changes made/reversed by request of Bruce. More changes may follow later. 'g' multiplier has been added (i.e. dd seek=5g if=bigfile.) Some minor corrections were made as well. Noticed by: bde Revision Changes Path 1.16 +65 -34 src/bin/dd/args.c 1.12 +7 -8 src/bin/dd/conv.c 1.10 +4 -4 src/bin/dd/dd.1 1.18 +14 -16 src/bin/dd/dd.c 1.10 +14 -16 src/bin/dd/dd.h 1.6 +3 -3 src/bin/dd/extern.h 1.17 +0 -0 src/bin/dd/misc.c 1.10 +1 -2 src/bin/dd/position.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message