Subject: PR/24300 CVS commit: src/bin/dd
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, apb@cequrux.com>
From: Alan Barrett <apb@netbsd.org>
List: netbsd-bugs
Date: 01/09/2006 10:20:02
The following reply was made to PR bin/24300; it has been noted by GNATS.
From: Alan Barrett <apb@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/24300 CVS commit: src/bin/dd
Date: Mon, 9 Jan 2006 10:17:05 +0000 (UTC)
Module Name: src
Committed By: apb
Date: Mon Jan 9 10:17:05 UTC 2006
Modified Files:
src/bin/dd: args.c dd.1 dd.c extern.h
Log Message:
In "dd progress=N", let the value of N control how often
to print a "." to stderr. Previously, any non-zero
value behaved like "progress=1".
PR 24300
Approved by christos
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/bin/dd/args.c
cvs rdiff -r1.18 -r1.19 src/bin/dd/dd.1
cvs rdiff -r1.38 -r1.39 src/bin/dd/dd.c
cvs rdiff -r1.16 -r1.17 src/bin/dd/extern.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.