]> git.ipfire.org Git - thirdparty/coreutils.git/commit
dd: status=progress outputs "6 s", not "6.00001 s"
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Apr 2017 07:06:00 +0000 (00:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Apr 2017 07:32:15 +0000 (00:32 -0700)
commitd1f5616b2d9b851298f377ae7888b2d718802140
treed8ca7ff962812908bb99a487f5963ae23db3dddf
parented0b8f195af2590e44915bab1c4b6156514f08bc
dd: status=progress outputs "6 s", not "6.00001 s"

Problem reported by Benno Schulenberg (Bug#26621).
* NEWS: Document this.
* src/dd.c (print_xfer_stats): With status=progress,
format times with %.0f rather than %g.  Improve
translator comments.
NEWS
src/dd.c