findutils: backport fixes for documentation build errors

(From OE-Core rev: e34257bab558384936ba73f78902a5185ed51c49)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jonathan Liu 2013-05-27 11:07:06 +10:00 committed by Richard Purdie
parent 5a607c1e48
commit beea111782
2 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,50 @@
Fix documentation build errors
This fixes the following errors building the findutils documentation:
find.texi:53: misplaced {
find.texi:53: misplaced }
find.texi:1862: warning: node `Formatting Flags' is next for `Time Directives' in menu but not in sectioning
find.texi:1975: warning: node `Formatting Flags' is next for `Combined Time Formats' in sectioning but not in menu
find.texi:2004: warning: node prev `Formatting Flags' in menu `Time Directives' and in sectioning `Combined Time Formats' differ
find.texi:2004: warning: node up `Formatting Flags' in menu `Format Directives' and in sectioning `Time Formats' differ
find.texi:1893: node `Time Formats' lacks menu item for `Formatting Flags' despite being its Up target
Upstream-Status: Backport
Signed-off-by: Jonathan Liu <net147@gmail.com>
--- 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
@@ -1665,6 +1665,7 @@ no output is ever sent to it.
* Escapes::
* Format Directives::
* Time Formats::
+* Formatting Flags::
@end menu
@node Escapes
@@ -1733,7 +1734,6 @@ from the novel you are reading.
* Size Directives::
* Location Directives::
* Time Directives::
-* Formatting Flags::
@end menu
@node Name Directives
@@ -2002,7 +2002,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

View File

@ -11,6 +11,7 @@ SRC_URI += "file://01-27017.patch \
file://03-28872.patch \
file://findutils_fix_for_x32.patch \
file://findutils_fix_for_automake-1.12.patch \
file://findutils_fix_doc.patch \
"
SRC_URI[md5sum] = "351cc4adb07d54877fa15f75fb77d39f"