From: Jacob Helwig Date: Tue, 27 Apr 2010 17:39:13 +0000 (+0000) Subject: usermanual: Add missing opening tag in the user manual. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ebefbac8bd887f2a27c2262c7dffdababed583;p=openembedded.git usermanual: Add missing opening tag in the user manual. While we're here, remove the straggling hard-tabs. Signed-off-by: Jacob Helwig --- 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] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 + tag The git tag to retrieve. The default is - "master". This may be placed into + "master". This may be placed into SRCREV instead. @@ -470,7 +471,7 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 The method to use to access the repository. Common options are "git", "http" and - "rsync". The default is + "rsync". The default is "rsync". @@ -484,7 +485,7 @@ SRC_URI[sha256sum] = "36bdb85c97b39ac604bc58cb7857ee08295242c78a12848ef8a31 The revision of the git source to be checked out. - The default is 1 which is invalid and leads to + The default is 1 which is invalid and leads to an error.