usermanual: Add missing opening <varlistentry> tag in the user manual.
authorJacob Helwig <jacob@technosorcery.net>
Tue, 27 Apr 2010 17:39:13 +0000 (17:39 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 7 May 2010 10:28:03 +0000 (12:28 +0200)
While we're here, remove the straggling hard-tabs.

Signed-off-by: Jacob Helwig <jacob@technosorcery.net>
docs/usermanual/reference/var_src_uri.xml

index bc49571..b858e8a 100644 (file)
@@ -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>