From 31596e328019702857dcb1760c76d7a27b32c75c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Thu, 16 Aug 2012 18:30:01 +0200 Subject: [PATCH 1/2] dd: the word BLOCKS no longer occurs in the help text --- src/dd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/dd.c b/src/dd.c index 2ebbfae..de51435 100644 --- a/src/dd.c +++ b/src/dd.c @@ -540,7 +540,7 @@ Copy a file, converting and formatting according to the operands.\n\ "), stdout); fputs (_("\ \n\ -N, BLOCKS and BYTES may be followed by the following multiplicative suffixes:\n\ +N and BYTES may be followed by the following multiplicative suffixes:\n\ c =1, w =2, b =512, kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M\n\ GB =1000*1000*1000, G =1024*1024*1024, and so on for T, P, E, Z, Y.\n\ \n\ -- 1.7.0.4