From 728989bd7d01a1eb70a1bed1f66adef451f46371 Mon Sep 17 00:00:00 2001
From: James Youngman <jay@gnu.org>
Date: Wed, 19 Dec 2012 00:50:34 +0000
Subject: [PATCH] Make the manual section ordering and menu item ordering consistent.
To: findutils-patches@gnu.org

* doc/find.texi (Top): Re-order menu items to be consistent with
ordering of sections ('Reference' is moved).
(Print File Information): Add missing menu item 'Formatting Flags'
and remove that menu item from inside 'Format Directives'.
(Formatting Flags): Hence this is a subsection, not a
subsubsection.
---
 ChangeLog     |   10 ++++++++++
 doc/find.texi |    8 ++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9dd87ac..bb1d477 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-12-19  James Youngman  <jay@gnu.org>
+
+	Make the manual section ordering and menu item ordering consistent.
+	* doc/find.texi (Top): Re-order menu items to be consistent with
+	ordering of sections ('Reference' is moved).
+	(Print File Information): Add missing menu item 'Formatting Flags'
+	and remove that menu item from inside 'Format Directives'.
+	(Formatting Flags): Hence this is a subsection, not a
+	subsubsection.
+
 2012-12-15  Stefano Lattarini  <stefano.lattarini@gmail.com> (trivial change)
 
 	build: remove redundant AC_SUBST of var INCLUDES
diff --git a/doc/find.texi b/doc/find.texi
index cc02822..f2caa8f 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -50,7 +50,7 @@ Texts.  A copy of the license is included in the section entitled
 
 @page
 @vskip 0pt plus 1filll
-@insertcopying{}
+@insertcopying
 @end titlepage
 
 @contents
@@ -76,8 +76,8 @@ This is edition @value{EDITION}, for @code{find} version @value{VERSION}.
 * Databases::                   Maintaining file name databases.
 * File Permissions::            How to control access to files.
 * Date input formats::          Specifying literal times.
-* Reference::                   Summary of how to invoke the programs.
 * Configuration::               Options you can select at compile time.
+* Reference::                   Summary of how to invoke the programs.
 * Common Tasks::                Solutions to common real-world problems.
 * Worked Examples::             Examples demonstrating more complex points.
 * Security Considerations::     Security issues relating to findutils.
@@ -1693,6 +1693,7 @@ no output is ever sent to it.
 * Escapes::
 * Format Directives::
 * Time Formats::
+* Formatting Flags::
 @end menu
 
 @node Escapes
@@ -1759,7 +1760,6 @@ from the novel you are reading.
 * Time Directives::
 * Other Directives::
 * Reserved and Unknown Directives::
-* Formatting Flags::
 @end menu
 
 @node Name Directives
@@ -2053,7 +2053,7 @@ seconds field includes a fractional part.
 @end table
 
 @node Formatting Flags
-@subsubsection Formatting Flags
+@subsection Formatting Flags
 
 The @samp{%m} and @samp{%d} directives support the @samp{#}, @samp{0}
 and @samp{+} flags, but the other directives do not, even if they
-- 
1.7.2.5

