diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-28 17:37:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-31 11:46:03 +0100 |
commit | 325c23cd0f80456111ce886af141501a8a74282c (patch) | |
tree | 31096b4dead9592103a6add952c8f57b372e8285 /documentation/toaster-manual | |
parent | ecab5f36555d50ac35eaafd3b56a9a67086be77e (diff) | |
download | poky-325c23cd0f80456111ce886af141501a8a74282c.tar.gz |
manuals: fix quoting of double dashes
Otherwise rendered as "en" dashes by sphinx, for example:
git pull –rebase
instead of
git pull --rebase
Readers could confuse them with normal dashes.
Exception: replace by \-\- in italic text (*text*)
as Sphinx cannot nest italic and quoted text.
For consistency, also update quoting in strings in the same code hunks.
(From yocto-docs rev: 4e7ce372e37f76148f623a5295a15e08bc2603ff)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r-- | documentation/toaster-manual/setup-and-use.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/toaster-manual/setup-and-use.rst b/documentation/toaster-manual/setup-and-use.rst index 0da8326926..1e1a314d66 100644 --- a/documentation/toaster-manual/setup-and-use.rst +++ b/documentation/toaster-manual/setup-and-use.rst | |||
@@ -239,7 +239,7 @@ Perform the following steps to install Toaster: | |||
239 | $ git clone git://git.yoctoproject.org/poky | 239 | $ git clone git://git.yoctoproject.org/poky |
240 | $ git checkout &DISTRO_NAME_NO_CAP; | 240 | $ git checkout &DISTRO_NAME_NO_CAP; |
241 | 241 | ||
242 | #. Install Toaster dependencies using the --user flag which keeps the | 242 | #. Install Toaster dependencies using the ``--user`` flag which keeps the |
243 | Python packages isolated from your system-provided packages:: | 243 | Python packages isolated from your system-provided packages:: |
244 | 244 | ||
245 | $ cd /var/www/toaster/ | 245 | $ cd /var/www/toaster/ |