Subject: CVS commit: src/bin/dd
To: None <source-changes@NetBSD.org>
From: Alan Barrett <apb@netbsd.org>
List: source-changes
Date: 01/09/2006 10:17:05
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.