[oe] [PATCH] Add missing opening <varlistentry> tag in the user manual.

Jacob Helwig jacob at technosorcery.net
Wed Apr 28 03:39:13 UTC 2010


While we're here, remove the straggling hard-tabs.

Signed-off-by: Jacob Helwig <jacob at technosorcery.net>
---

I hope this is the right way to submit a documentation fix.  If not, please
point me at the FM, since I didn't find it in looking through the Wiki, or the
repo.

 docs/usermanual/reference/var_src_uri.xml |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/docs/usermanual/reference/var_src_uri.xml b/docs/usermanual/reference/var_src_uri.xml
index bc49571..b858e8a 100644
--- a/docs/usermanual/reference/var_src_uri.xml
+++ b/docs/usermanual/reference/var_src_uri.xml
@@ -455,11 +455,12 @@ SRC_URI[sha256sum] = &quot;36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31
         </listitem>
       </varlistentry>
 
+      <varlistentry>
         <term>tag</term>
 
         <listitem>
           <para>The git tag to retrieve. The default is
-	  <command>"master"</command>.  This may be placed into
+          <command>"master"</command>.  This may be placed into
           <command>SRCREV</command> instead.</para>
         </listitem>
       </varlistentry>
@@ -470,7 +471,7 @@ SRC_URI[sha256sum] = &quot;36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31
         <listitem>
           <para>The method to use to access the repository. Common options are
           <command>"git"</command>, <command>"http"</command> and
-	  <command>"rsync"</command>. The default is
+          <command>"rsync"</command>. The default is
           <command>"rsync"</command>.</para>
         </listitem>
       </varlistentry>
@@ -484,7 +485,7 @@ SRC_URI[sha256sum] = &quot;36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31
 
           <listitem>
             <para>The revision of the git source to be checked out.
-	    The default is <command>1</command> which is invalid and leads to
+            The default is <command>1</command> which is invalid and leads to
             an error.</para>
           </listitem>
         </varlistentry>
-- 
1.7.0.4





More information about the Openembedded-devel mailing list