--- ../../coreutils/doc/coreutils.texi	2007-01-30 22:57:56.000000000 +0100
+++ coreutils.texi	2007-02-13 22:40:31.000000000 +0100
@@ -7277,6 +7277,48 @@ Skip @var{blocks} @samp{obs}-byte blocks
 Copy @var{blocks} @samp{ibs}-byte blocks from the input file, instead
 of everything until the end of the file.
 
+@item display=@var{mode}
+@opindex display
+Selects the @var{mode} used to display the statistics.
+Default mode changes nothing to the display
+
+Modes :
+
+@table @samp
+
+@item human
+@opindex human@r{, display}
+Displays the statistics in a human readable format.
+
+@item quiet
+@opindex human@r{, display}
+Nothing is displayed at all.
+
+@end table
+
+@item dbs=@var{size}
+@opindex dbs
+Uses @var{size}-byte blocks to display the statistics.
+dbs stands for display block size. Default is human.
+
+Sizes :
+
+@table @samp
+
+@item human
+@opindex human@r{, display block size}
+prints all sizes in human readable format (e.g. 1K, 234M)
+
+@item si
+@opindex si@r{, display block size}
+Likewise, but uses powers of 1000 instead of 1024
+
+@item @var{bytes}
+@opindex @var{bytes}@r{, display block size}
+Likewise, but use powers of BYTES
+
+@end table
+
 @item conv=@var{conversion}[,@var{conversion}]@dots{}
 @opindex conv
 Convert the file as specified by the @var{conversion} argument(s).
