mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 02:24:45 +00:00
doc: use code-block:: none for command examples
The ``.. code-block::`` directive can specify a highlight language for the body of the directive. Previously the languages "none" and "console" were the same, but we're now using "console" for creating terminal-looking output (rather than doing images of terminal windows) with a black background and white text. This PR replaces unintended uses of the "console" highlighting language with "none". Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
dc6d7755e4
commit
988a3fe0d6
@@ -35,14 +35,14 @@ Build
|
||||
|
||||
To build the ``ACRN-Crashlog``, run below command under ``acrn-crashlog/``:
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: none
|
||||
|
||||
$ make
|
||||
|
||||
To remove all generated files and return the folder to its clean state, use
|
||||
below command under ``acrn-crashlog/``:
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: none
|
||||
|
||||
$ make clean
|
||||
|
||||
@@ -51,7 +51,7 @@ Installing
|
||||
|
||||
To install the build
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: none
|
||||
|
||||
$ sudo make install
|
||||
|
||||
@@ -81,7 +81,7 @@ telemetrics-client on the system:
|
||||
|
||||
Crashlog can be retrieved with ``telem_journal`` command:
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: none
|
||||
|
||||
$ telem_journal -i
|
||||
|
||||
@@ -93,7 +93,7 @@ Crashlog can be retrieved with ``telem_journal`` command:
|
||||
``ACRN-Crashlog`` also provides a tool ``debugger`` to dump the specific
|
||||
process information:
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: none
|
||||
|
||||
$ debugger <pid>
|
||||
|
||||
@@ -106,7 +106,7 @@ Source Code
|
||||
|
||||
The source code structure:
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: none
|
||||
|
||||
acrn-crashlog/
|
||||
├── acrnprobe
|
||||
|
||||
Reference in New Issue
Block a user