From owner-cvs-all Sat Feb 26 13:29:48 2000 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 6210D37B528; Sat, 26 Feb 2000 13:29:45 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA91232; Sat, 26 Feb 2000 13:29:45 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <200002262129.NAA91232@freefall.freebsd.org> From: Brian Feldman Date: Sat, 26 Feb 2000 13:29:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/dd args.c dd.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 2000/02/26 13:29:45 PST Modified files: bin/dd args.c dd.1 Log: Add iseek= and oseek= aliases for the preexisting skip= and seek= operands. Can _YOU_ tell skip= and seek= apart with 100% accuracy every time? This also seems to make us option-for-option compatible with the Solaris dd(1). Approved by: jkh Suggested by: peter Revision Changes Path 1.25 +3 -1 src/bin/dd/args.c 1.13 +12 -2 src/bin/dd/dd.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message