aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJacob Helwig <jacob@technosorcery.net>2010-04-27 17:39:13 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2010-05-07 12:28:03 +0200
commit23ebefbac8bd887f2a27c2262c7dffdababed583 (patch)
tree37b73e166c9555cf78317dbc340db0d2974ed679 /docs
parent75d45d51e8b5f45ed01f0aca12f9561ad4b3ab36 (diff)
downloadopenembedded-23ebefbac8bd887f2a27c2262c7dffdababed583.tar.gz
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@technosorcery.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/usermanual/reference/var_src_uri.xml7
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 bc495719f8..b858e8abb0 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>