dd: minor fullblock changes
authorJim Meyering <meyering@redhat.com>
Wed, 23 Jul 2008 12:50:52 +0000 (14:50 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 23 Jul 2008 13:55:45 +0000 (15:55 +0200)
commite535754fdbe701e70f3ac9834b643a9272dc1d98
tree72f4d7236ca247db31001df16ec71599728c4045
parentf674a10f7ebc55de6181007a5216a297e3dc3365
dd: minor fullblock changes

* src/dd.c (O_FULLBLOCK): Define using an enum, not #define.
Derive the value, rather than hard-coding to one that might conflict.
(usage): Mention iflag=fullblock in --help output.
(scanargs): Reset the O_FULLBLOCK bit, so that we don't try to set
an undefined attribute via fcntl (fd, F_SETFL, ...
* tests/dd/misc: Signal framework_failure when necessary.
Use "compare actual expected", so any diffs look "right".
* NEWS (dd): Alphabetize and reword.
* coreutils.texi (dd invocation): Adjust wording.
NEWS
doc/coreutils.texi
src/dd.c
tests/dd/misc