diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-27 08:47:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-27 08:47:13 +0000 |
commit | b0b9c6fee79144085c3177f0df6291f979f20f75 (patch) | |
tree | ba88a261244e4e64451499e672d44aa1ce7b4549 /old/fileutils | |
parent | 4a9feba665ccee0597aa50efcd5adba6bf9aedfd (diff) | |
download | coreutils-b0b9c6fee79144085c3177f0df6291f979f20f75.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 400fe405d..ec664a68b 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,7 +1,7 @@ Changes in release 4.01: [4.0.33] * dd now accepts skip=nB and seek=nB, to advance past some number of bytes, n, - that is smaller than the block size. + that need not be a multiple of the block size. * dd (without conv=notrunc) now uses ftruncate only on regular files * chmod --changes (-c) once again issues diagnostics only for the files with changed permissions |