summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-03-23 00:26:09 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-03-23 00:26:39 -0700
commit6e68271b694fd8fd75459f613861f66ae7b9573b (patch)
tree5fed09351b61073676d67f3df641113102aa17e7
parent0c22f56ed7990cf02cbd2ade738944dd5ea8afd5 (diff)
downloaddiffutils-6e68271b694fd8fd75459f613861f66ae7b9573b.tar.gz
doc: fix menu typo
* doc/diffutils.texi (Comparing Three Files): Fix out-of-order menu. Bug caught by Texinfo 5.0.
-rw-r--r--doc/diffutils.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/diffutils.texi b/doc/diffutils.texi
index 800d8c5..2d238dc 100644
--- a/doc/diffutils.texi
+++ b/doc/diffutils.texi
@@ -2014,8 +2014,8 @@ their location in the input files.
@menu
* Sample diff3 Input:: Sample @command{diff3} input for examples.
* Example diff3 Normal:: Sample output in the normal format.
-* diff3 Hunks:: The format of normal output format.
* Detailed diff3 Normal:: A detailed description of normal output format.
+* diff3 Hunks:: The format of normal output format.
@end menu
@node Sample diff3 Input