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/migration-guides/release-notes-3.4.rst | |
| 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/migration-guides/release-notes-3.4.rst')
| -rw-r--r-- | documentation/migration-guides/release-notes-3.4.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/release-notes-3.4.rst b/documentation/migration-guides/release-notes-3.4.rst index 927de6dc0c..5a8fb4b5a9 100644 --- a/documentation/migration-guides/release-notes-3.4.rst +++ b/documentation/migration-guides/release-notes-3.4.rst | |||
| @@ -60,8 +60,8 @@ New Features / Enhancements in 3.4 | |||
| 60 | - wic enhancements: | 60 | - wic enhancements: |
| 61 | 61 | ||
| 62 | - Added erofs filesystem support | 62 | - Added erofs filesystem support |
| 63 | - Added --extra-space argument to leave extra space after last partition | 63 | - Added ``--extra-space argument`` to leave extra space after last partition |
| 64 | - Added --no-fstab-update part option to allow using the stock fstab | 64 | - Added ``--no-fstab-update`` part option to allow using the stock fstab |
| 65 | - bootimg-efi: added Unified Kernel Image option | 65 | - bootimg-efi: added Unified Kernel Image option |
| 66 | - bootimg-pcbios: use label provided when formatting a DOS partition | 66 | - bootimg-pcbios: use label provided when formatting a DOS partition |
| 67 | 67 | ||
| @@ -75,7 +75,7 @@ New Features / Enhancements in 3.4 | |||
| 75 | - BitBake enhancements: | 75 | - BitBake enhancements: |
| 76 | 76 | ||
| 77 | - New bitbake-getvar helper command to query a variable value (with history) | 77 | - New bitbake-getvar helper command to query a variable value (with history) |
| 78 | - bitbake-layers: layerindex-fetch: add --fetchdir parameter | 78 | - bitbake-layers: layerindex-fetch: add ``--fetchdir`` parameter |
| 79 | - bitbake-layers: show-recipes: add skip reason to output | 79 | - bitbake-layers: show-recipes: add skip reason to output |
| 80 | - bitbake-diffsigs: sort diff output for consistency | 80 | - bitbake-diffsigs: sort diff output for consistency |
| 81 | - Allow setting upstream for local hash equivalence server | 81 | - Allow setting upstream for local hash equivalence server |
