diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-09-06 15:22:24 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-18 13:03:44 +0100 |
commit | edaaa63664328dca7463b4913786f149cc3a7d09 (patch) | |
tree | b622932d57caedcdd76c5ec9dac2b5cf2b3cff89 /documentation | |
parent | be665a79831c3dab7623e75d112bb35d72e39a82 (diff) | |
download | poky-edaaa63664328dca7463b4913786f149cc3a7d09.tar.gz |
ref-manual: render options in monospace to show quotes properly
It's important (at least for now) to mark up options with monospaced
font to highlight the difference between single and double quotes.
(From yocto-docs rev: 8d71ffdd3f354747dcade6de512355e8fa567728)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/devtool-reference.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst index 1862c481df..a5746ed7d0 100644 --- a/documentation/ref-manual/devtool-reference.rst +++ b/documentation/ref-manual/devtool-reference.rst | |||
@@ -78,7 +78,7 @@ has a number of sub-commands for each function. You can run | |||
78 | 78 | ||
79 | As directed in the general help output, you can | 79 | As directed in the general help output, you can |
80 | get more syntax on a specific command by providing the command name and | 80 | get more syntax on a specific command by providing the command name and |
81 | using "--help":: | 81 | using ``--help``:: |
82 | 82 | ||
83 | $ devtool add --help | 83 | $ devtool add --help |
84 | NOTE: Starting bitbake server... | 84 | NOTE: Starting bitbake server... |
@@ -471,7 +471,7 @@ Use the ``devtool build`` command to build your recipe. The | |||
471 | 471 | ||
472 | When you use the ``devtool build`` command, you must supply the root | 472 | When you use the ``devtool build`` command, you must supply the root |
473 | name of the recipe (i.e. do not provide versions, paths, or extensions). | 473 | name of the recipe (i.e. do not provide versions, paths, or extensions). |
474 | You can use either the "-s" or the "--disable-parallel-make" options to | 474 | You can use either the ``-s`` or the ``--disable-parallel-make`` options to |
475 | disable parallel makes during the build. Here is an example:: | 475 | disable parallel makes during the build. Here is an example:: |
476 | 476 | ||
477 | $ devtool build recipe | 477 | $ devtool build recipe |