]> code.ossystems Code Review - openembedded-core.git/commitdiff
Poky Reference Manual: Clean up of the XML tags
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 9 Nov 2010 20:47:25 +0000 (12:47 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Nov 2010 22:25:24 +0000 (22:25 +0000)
Added a section id to the 'welcom to poky' section that was missing.
Removed a redundant </ulink> tag that was not needed.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/poky-ref-manual/introduction.xml

index afe1028b73c4ad23779daee3b89fb2012afa092c..3bb4da14c5161d8449d1c1a741e9b9ae76521654 100644 (file)
@@ -22,7 +22,7 @@
     </para>
 </section>
 
-<section>
+<section id='what-is-poky'>
     <title>What is Poky?</title>
 
     <para>
         you should see the Yocto Project Quick Start on the <ulink url="http://www.yoctoproject.org">
         Yocto Project website</ulink>.
         The direct link to the quick start is 
-        <ulink url='http://yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html'></ulink>.
+        <ulink url='http://yoctoproject.org/docs/yocto-quick-start/yocto-project-qs.html'/>.
     </para>
 </section>
 
 
         <para>Periodically, we make releases of Poky available
             at <ulink url='http://pokylinux.org/releases/'/>.
-            These releases are more stable and more rigorously tested than the nightly development images.</para>
+            These releases are more stable and more rigorously tested than the nightly development images.
+        </para>
     </section>
 
     <section id='intro-getit-nightly'>
             be used either as external standalone toolchains or can be combined with Poky as a
             prebuilt toolchain to reduce build time. Using the external toolchains is simply a
             case of untarring the tarball into the root of your system (it only creates files in
-            <filename class="directory">/opt/poky</filename>) and then enabling the option 
+            <filename>/opt/poky</filename>) and then enabling the option 
             in <filename>local.conf</filename>.
         </para>
     </section>