1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: "D. Joe Anderson" <deejoe@etrumeus.com>
Description: remove extra 'the' from man page
Index: ent/ent.1.txt
===================================================================
--- ent.orig/ent.1.txt 2012-06-04 15:48:51.000000000 +0200
+++ ent/ent.1.txt 2014-05-10 19:10:56.000000000 +0200
@@ -96,7 +96,7 @@
Arithmetic Mean
~~~~~~~~~~~~~~~
-This is simply the result of summing the all the bytes (bits if
+This is simply the result of summing all the bytes (bits if
the _-b_ option is specified) in the file and dividing by the
file length. If the data are close to random, this should be
about 127.5 (0.5 for _-b_ option output). If the mean departs
|