summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-07-05 08:22:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-06 09:39:24 +0100
commit4239ff0532aff996ae18c212168a5a4d8869d0a3 (patch)
treeb424300cfd5ebf93cfca4967bde72053485997c9
parentcb2e0ee066171bee34ac306f1faf173bde70c0e7 (diff)
downloadpoky-4239ff0532aff996ae18c212168a5a4d8869d0a3.tar.gz
documentation/poky-ref-manual/ref-structure.xml: removed "/" from recipes.txt
the section describing meta/recipes.txt had the "/" character at the end of the filename, which is incorrect. I removed this. Reported-by: Paul Eggleton <paul.eggleton@linux.intel.com> (From yocto-docs rev: 28295d8c46d3a2cc6b53f0a7ccea35f1db77d1df) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index fc29b95e04..478e8b5ec6 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -628,7 +628,7 @@
628 </section> 628 </section>
629 629
630 <section id='structure-meta-recipes-txt'> 630 <section id='structure-meta-recipes-txt'>
631 <title><filename>meta/recipes.txt/</filename></title> 631 <title><filename>meta/recipes.txt</filename></title>
632 632
633 <para> 633 <para>
634 This file is a description of the contents of <filename>recipes-*</filename>. 634 This file is a description of the contents of <filename>recipes-*</filename>.