Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | From 33cba24cba7b0973a702e9627bd5b93962948ae4 Mon Sep 17 00:00:00 2001 |
| 2 | From: Jackie Huang <jackie.huang@windriver.com> |
| 3 | Date: Tue, 17 Sep 2013 16:11:16 +0800 |
| 4 | Subject: [PATCH] findutils: fix doc build error |
| 5 | |
| 6 | Upstream-Status: Backport |
| 7 | |
| 8 | Signed-off-by: Jackie Huang <jackie.huang@windriver.com> |
| 9 | --- |
| 10 | doc/find.texi | 6 +++--- |
| 11 | 1 files changed, 3 insertions(+), 3 deletions(-) |
| 12 | |
| 13 | diff --git a/doc/find.texi b/doc/find.texi |
| 14 | index 5b5f0cf..b3d9c6b 100644 |
| 15 | --- a/doc/find.texi |
| 16 | +++ b/doc/find.texi |
| 17 | @@ -63,7 +63,7 @@ translation approved by the Foundation. |
| 18 | |
| 19 | @page |
| 20 | @vskip 0pt plus 1filll |
| 21 | -@insertcopying{} |
| 22 | +@insertcopying |
| 23 | @end titlepage |
| 24 | |
| 25 | @contents |
| 26 | @@ -1466,6 +1466,7 @@ no output is ever sent to it. |
| 27 | * Escapes:: |
| 28 | * Format Directives:: |
| 29 | * Time Formats:: |
| 30 | +* Formatting Flags:: |
| 31 | @end menu |
| 32 | |
| 33 | @node Escapes |
| 34 | @@ -1534,7 +1535,6 @@ from the novel you are reading. |
| 35 | * Size Directives:: |
| 36 | * Location Directives:: |
| 37 | * Time Directives:: |
| 38 | -* Formatting Flags:: |
| 39 | @end menu |
| 40 | |
| 41 | @node Name Directives |
| 42 | @@ -1780,7 +1780,7 @@ setting the TZ environment variable). This is a GNU extension. |
| 43 | @end table |
| 44 | |
| 45 | @node Formatting Flags |
| 46 | -@subsubsection Formatting Flags |
| 47 | +@subsection Formatting Flags |
| 48 | |
| 49 | The @samp{%m} and @samp{%d} directives support the @samp{#}, @samp{0} |
| 50 | and @samp{+} flags, but the other directives do not, even if they |
| 51 | -- |
| 52 | 1.7.4.1 |
| 53 | |