aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRostislav Skudnov <rostislav@tuxera.com>2018-10-15 10:26:15 +0000
committerDenys Vlasenko <vda.linux@googlemail.com>2018-10-30 16:55:09 +0100
commit3f6a978a0dabe08e9df15b3f9ee2bd3cf8e3c441 (patch)
tree60c1ddc5b1b41b89e70625fab629435465f954aa /docs
parentf3e2838fc4e6bd0713d7ee5a17e752a19870a0f8 (diff)
downloadbusybox-3f6a978a0dabe08e9df15b3f9ee2bd3cf8e3c441.tar.gz
dd: add 'oflag=seek_bytes'
Allow specifying position in the output file in bytes instead of obs-sized blocks, improve compatibility with GNU dd. function old new delta dd_main 1632 1693 +61 packed_usage 33130 33150 +20 static.oflag_words - 12 +12 ------------------------------------------------------------------------------ (add/remove: 1/0 grow/shrink: 2/0 up/down: 93/0) Total: 93 bytes Signed-off-by: Rostislav Skudnov <rostislav@tuxera.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/posix_conformance.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/posix_conformance.txt b/docs/posix_conformance.txt
index cdf89b744..0e6f4a317 100644
--- a/docs/posix_conformance.txt
+++ b/docs/posix_conformance.txt
@@ -182,6 +182,7 @@ dd compatibility options:
conv=fsync | yes | |
iflag=skip_bytes| yes | |
iflag=fullblock | yes | |
+ oflag=seek_bytes| yes | |
df POSIX options
option | exists | compliant | remarks