summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-04 08:55:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-06 10:44:43 +0000
commitc504276d260571da38a20ff9c58ffc2e0c760fbb (patch)
tree8fa504b6600d231adaa3ab10610cb164a588c303 /documentation/dev-manual/dev-manual-model.xml
parenta889cc011c65e29b2ed51db23c12d70bc81f01e8 (diff)
downloadpoky-c504276d260571da38a20ff9c58ffc2e0c760fbb.tar.gz
dev-manual, ref-manual: Replaced &dash;&dash; with "--"
Fixes [YOCTO #7386] Apparently, copying HTML displayed commands that have a double dash created through "&dash;&dash;" in the docbook source causes some issues in the shell. I have scrubbed the manual set to replace any "&dash;&dash;" strings with "--". Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: e88b813b71d7d6d8acd8a8638f2db71265145b64) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml50
1 files changed, 25 insertions, 25 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index dc4a540046..c8278eb934 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -1260,7 +1260,7 @@
1260 <filename>aclocal</filename>, 1260 <filename>aclocal</filename>,
1261 <filename>autoconf</filename>, 1261 <filename>autoconf</filename>,
1262 <filename>autoheader</filename>, 1262 <filename>autoheader</filename>,
1263 <filename>automake &dash;&dash;a</filename>, and 1263 <filename>automake --a</filename>, and
1264 <filename>./configure</filename>. 1264 <filename>./configure</filename>.
1265 Click on the "Console" tab beneath your source code to 1265 Click on the "Console" tab beneath your source code to
1266 see the results of reconfiguring your project. 1266 see the results of reconfiguring your project.
@@ -1978,11 +1978,11 @@
1978 <para> 1978 <para>
1979 The easiest way to get help with the 1979 The easiest way to get help with the
1980 <filename>devtool</filename> command is using the 1980 <filename>devtool</filename> command is using the
1981 <filename>&dash;&dash;help</filename> option: 1981 <filename>--help</filename> option:
1982 <literallayout class='monospaced'> 1982 <literallayout class='monospaced'>
1983 $ devtool &dash;&dash;help 1983 $ devtool --help
1984 usage: devtool [-h] [&dash;&dash;basepath BASEPATH] [-d] [-q] 1984 usage: devtool [-h] [--basepath BASEPATH] [-d] [-q]
1985 [&dash;&dash;color {auto,always,never}] 1985 [--color {auto,always,never}]
1986 {create-workspace,deploy-target,undeploy-target,add,modify,extract,update-recipe,status,build,reset} 1986 {create-workspace,deploy-target,undeploy-target,add,modify,extract,update-recipe,status,build,reset}
1987 ... 1987 ...
1988 1988
@@ -2002,32 +2002,32 @@
2002 reset Remove a recipe from your workspace 2002 reset Remove a recipe from your workspace
2003 2003
2004 optional arguments: 2004 optional arguments:
2005 -h, &dash;&dash;help show this help message and exit 2005 -h, --help show this help message and exit
2006 &dash;&dash;basepath BASEPATH Base directory of SDK / build directory 2006 --basepath BASEPATH Base directory of SDK / build directory
2007 -d, &dash;&dash;debug Enable debug output 2007 -d, --debug Enable debug output
2008 -q, &dash;&dash;quiet Print only errors 2008 -q, --quiet Print only errors
2009 &dash;&dash;color {auto,always,never} 2009 --color {auto,always,never}
2010 Colorize output 2010 Colorize output
2011 2011
2012 Use devtool &lt;command&gt; &dash;&dash;help to get help on a specific command 2012 Use devtool &lt;command&gt; --help to get help on a specific command
2013 </literallayout> 2013 </literallayout>
2014 </para> 2014 </para>
2015 2015
2016 <para> 2016 <para>
2017 As directed in the general help output, you can get more 2017 As directed in the general help output, you can get more
2018 syntax on a specific command by providing the command 2018 syntax on a specific command by providing the command
2019 name and using <filename>&dash;&dash;help</filename>: 2019 name and using <filename>--help</filename>:
2020 <literallayout class='monospaced'> 2020 <literallayout class='monospaced'>
2021 $ devtool add &dash;&dash;help 2021 $ devtool add --help
2022 usage: devtool add [-h] [&dash;&dash;version VERSION] recipename srctree 2022 usage: devtool add [-h] [--version VERSION] recipename srctree
2023 2023
2024 positional arguments: 2024 positional arguments:
2025 recipename Name for new recipe to add 2025 recipename Name for new recipe to add
2026 srctree Path to external source tree 2026 srctree Path to external source tree
2027 2027
2028 optional arguments: 2028 optional arguments:
2029 -h, &dash;&dash;help show this help message and exit 2029 -h, --help show this help message and exit
2030 &dash;&dash;version VERSION, -V VERSION 2030 --version VERSION, -V VERSION
2031 </literallayout> 2031 </literallayout>
2032 </para> 2032 </para>
2033 </section> 2033 </section>
@@ -2054,7 +2054,7 @@
2054 </literallayout> 2054 </literallayout>
2055 <note> 2055 <note>
2056 For complete syntax, use the 2056 For complete syntax, use the
2057 <filename>devtool add &dash;&dash;help</filename> command. 2057 <filename>devtool add --help</filename> command.
2058 </note> 2058 </note>
2059 </para> 2059 </para>
2060 2060
@@ -2112,7 +2112,7 @@
2112 </literallayout> 2112 </literallayout>
2113 <note> 2113 <note>
2114 For complete syntax, use the 2114 For complete syntax, use the
2115 <filename>devtool create-workspace &dash;&dash;help</filename> command. 2115 <filename>devtool create-workspace --help</filename> command.
2116 </note> 2116 </note>
2117 </para> 2117 </para>
2118 2118
@@ -2162,7 +2162,7 @@
2162 </literallayout> 2162 </literallayout>
2163 <note> 2163 <note>
2164 For complete syntax, use the 2164 For complete syntax, use the
2165 <filename>devtool modify &dash;&dash;help</filename> command. 2165 <filename>devtool modify --help</filename> command.
2166 </note> 2166 </note>
2167 </para> 2167 </para>
2168 </section> 2168 </section>
@@ -2182,7 +2182,7 @@
2182 layer before running the <filename>reset</filename> command. 2182 layer before running the <filename>reset</filename> command.
2183 <note> 2183 <note>
2184 For complete syntax, use the 2184 For complete syntax, use the
2185 <filename>devtool reset &dash;&dash;help</filename> command. 2185 <filename>devtool reset --help</filename> command.
2186 </note> 2186 </note>
2187 </para> 2187 </para>
2188 </section> 2188 </section>
@@ -2208,7 +2208,7 @@
2208 </literallayout> 2208 </literallayout>
2209 <note> 2209 <note>
2210 For complete syntax, use the 2210 For complete syntax, use the
2211 <filename>devtool update-recipe &dash;&dash;help</filename> command. 2211 <filename>devtool update-recipe --help</filename> command.
2212 </note> 2212 </note>
2213 </para> 2213 </para>
2214 </section> 2214 </section>
@@ -2225,7 +2225,7 @@
2225 </literallayout> 2225 </literallayout>
2226 <note> 2226 <note>
2227 For complete syntax, use the 2227 For complete syntax, use the
2228 <filename>devtool update-recipe &dash;&dash;help</filename> command. 2228 <filename>devtool update-recipe --help</filename> command.
2229 </note> 2229 </note>
2230 Building your software using <filename>build</filename> is 2230 Building your software using <filename>build</filename> is
2231 identical to using BitBake to build the software. 2231 identical to using BitBake to build the software.
@@ -2246,7 +2246,7 @@
2246 <filename>user@hostname[:destdir]</filename>. 2246 <filename>user@hostname[:destdir]</filename>.
2247 <note> 2247 <note>
2248 For complete syntax, use the 2248 For complete syntax, use the
2249 <filename>devtool deploy-target &dash;&dash;help</filename> command. 2249 <filename>devtool deploy-target --help</filename> command.
2250 </note> 2250 </note>
2251 </para> 2251 </para>
2252 </section> 2252 </section>
@@ -2269,7 +2269,7 @@
2269 <filename>user@hostname</filename>. 2269 <filename>user@hostname</filename>.
2270 <note> 2270 <note>
2271 For complete syntax, use the 2271 For complete syntax, use the
2272 <filename>devtool undeploy-target &dash;&dash;help</filename> command. 2272 <filename>devtool undeploy-target --help</filename> command.
2273 </note> 2273 </note>
2274 </para> 2274 </para>
2275 </section> 2275 </section>
@@ -2330,7 +2330,7 @@
2330 <literallayout class='monospaced'> 2330 <literallayout class='monospaced'>
2331 $ bitbake -c compile -f <replaceable>package</replaceable> 2331 $ bitbake -c compile -f <replaceable>package</replaceable>
2332 </literallayout> 2332 </literallayout>
2333 The <filename>-f</filename> or <filename>&dash;&dash;force</filename> 2333 The <filename>-f</filename> or <filename>--force</filename>
2334 option forces the specified task to execute. 2334 option forces the specified task to execute.
2335 If you find problems with your code, you can just keep editing and 2335 If you find problems with your code, you can just keep editing and
2336 re-testing iteratively until things work as expected. 2336 re-testing iteratively until things work as expected.