[oe-commits] Jacob Helwig : usermanual: Add missing opening <varlistentry> tag in the user manual.

git version control git at git.openembedded.org
Fri May 7 10:28:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 23ebefbac8bd887f2a27c2262c7dffdababed583
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=23ebefbac8bd887f2a27c2262c7dffdababed583

Author: Jacob Helwig <jacob at technosorcery.net>
Date:   Tue Apr 27 17:39:13 2010 +0000

usermanual: Add missing opening <varlistentry> tag in the user manual.

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

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

---

 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>





More information about the Openembedded-commits mailing list