summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/common-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r--documentation/dev-manual/common-tasks.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 71e5d6ef57..6508343f4a 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -5874,7 +5874,7 @@ system image files much faster.
5874 use the tool without specifying ``PATH`` even from the root 5874 use the tool without specifying ``PATH`` even from the root
5875 account:: 5875 account::
5876 5876
5877 $ sudo apt-get install bmap-tools 5877 $ sudo apt install bmap-tools
5878 5878
5879 - If you are unable to install the ``bmap-tools`` package, you will 5879 - If you are unable to install the ``bmap-tools`` package, you will
5880 need to build Bmaptool before using it. Use the following command:: 5880 need to build Bmaptool before using it. Use the following command::
@@ -7066,7 +7066,7 @@ to fetch the repository information:
7066 7066
7067.. code-block:: none 7067.. code-block:: none
7068 7068
7069 # apt-get update 7069 $ sudo apt update
7070 7070
7071After this step, 7071After this step,
7072``apt`` is able to find, install, and upgrade packages from the 7072``apt`` is able to find, install, and upgrade packages from the
@@ -8249,7 +8249,7 @@ might be significant in human-readable form. Here is an example::
8249 8249
8250 8250
8251 Alternatively, you can install ``python3-git`` using the appropriate 8251 Alternatively, you can install ``python3-git`` using the appropriate
8252 distribution package manager (e.g. ``apt-get``, ``dnf``, or ``zipper``). 8252 distribution package manager (e.g. ``apt``, ``dnf``, or ``zipper``).
8253 8253
8254To see changes to the build history using a web interface, follow the 8254To see changes to the build history using a web interface, follow the
8255instruction in the ``README`` file 8255instruction in the ``README`` file