summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-10-03 21:57:21 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-10-03 21:57:45 -0700
commit42f6244ee028dfbc535934e21028e6aa582256e7 (patch)
treed3ff65d6b15d73ddfbd240efcd63fe5abf55afae
parent221383bcb1f9de839727b6ffd1b5a2b725314779 (diff)
downloaddiffutils-42f6244ee028dfbc535934e21028e6aa582256e7.tar.gz
* doc/diffutils.texi (cmp Options): Document -l format better.
-rw-r--r--doc/diffutils.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/diffutils.texi b/doc/diffutils.texi
index 2908120..8509cf2 100644
--- a/doc/diffutils.texi
+++ b/doc/diffutils.texi
@@ -3563,6 +3563,9 @@ second.
@itemx --verbose
Output the (decimal) byte numbers and (octal) values of all differing bytes,
instead of the default standard output.
+Each output line contains a differing byte's number relative to the
+start of the input, followed by the differing byte values.
+Byte numbers start at 1.
Also, output the @acronym{EOF} message if one file is shorter than the other.
@item -n @var{count}