summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2016-02-09 09:38:05 +0000
committertrasz <trasz@FreeBSD.org>2016-02-09 09:38:05 +0000
commit3b908120041a4186cde443a176b1dd373b292e04 (patch)
tree7e1aaa74c959ed1f4253d02f614221d208fd52a6 /bin
parentf44be69b43d86aadd60b89af7e54455ced4e8fde (diff)
downloadFreeBSD-src-3b908120041a4186cde443a176b1dd373b292e04.zip
FreeBSD-src-3b908120041a4186cde443a176b1dd373b292e04.tar.gz
Improve comment to reflect recent changes.
MFC after: 1 month Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'bin')
-rw-r--r--bin/dd/args.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/dd/args.c b/bin/dd/args.c
index e8b17ba..db8d445 100644
--- a/bin/dd/args.c
+++ b/bin/dd/args.c
@@ -407,8 +407,10 @@ postfix_to_mult(const char expr)
* 3) A positive decimal number followed by a 'k' or 'K' (mult by 1 << 10).
* 4) A positive decimal number followed by a 'm' or 'M' (mult by 1 << 20).
* 5) A positive decimal number followed by a 'g' or 'G' (mult by 1 << 30).
- * 5) A positive decimal number followed by a 'w' or 'W' (mult by sizeof int).
- * 6) Two or more positive decimal numbers (with/without [BbKkMmGgWw])
+ * 6) A positive decimal number followed by a 't' or 'T' (mult by 1 << 40).
+ * 7) A positive decimal number followed by a 'p' or 'P' (mult by 1 << 50).
+ * 8) A positive decimal number followed by a 'w' or 'W' (mult by sizeof int).
+ * 9) Two or more positive decimal numbers (with/without [BbKkMmGgWw])
* separated by 'x' or 'X' (also '*' for backwards compatibility),
* specifying the product of the indicated values.
*/
OpenPOWER on IntegriCloud