From: Chris Davies Date: Thu, 30 Mar 2017 02:03:23 +0000 (-0700) Subject: doc: clarify in dd man page that bs= overrides [io]bs= X-Git-Tag: v8.28~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1c558e050e462bb780d8e3b85ce7fd4b48d4035;p=thirdparty%2Fcoreutils.git doc: clarify in dd man page that bs= overrides [io]bs= * src/dd.c (usage): Add the extra info. Reported in https://bugs.debian.org/859021 --- diff --git a/src/dd.c b/src/dd.c index 3638a0a28c..8ab1efaec2 100644 --- a/src/dd.c +++ b/src/dd.c @@ -560,7 +560,8 @@ Usage: %s [OPERAND]...\n\ fputs (_("\ Copy a file, converting and formatting according to the operands.\n\ \n\ - bs=BYTES read and write up to BYTES bytes at a time\n\ + bs=BYTES read and write up to BYTES bytes at a time (default: 512);\n\ + overrides ibs and obs\n\ cbs=BYTES convert BYTES bytes at a time\n\ conv=CONVS convert the file as per the comma separated symbol list\n\ count=N copy only N input blocks\n\