mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-09 10:36:03 +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
@@ -26,13 +26,13 @@ Specify a configuration file for ``acrnprobe``. If this option is unused,
|
||||
``acrnprobe`` will use the configuration file located in CUSTOM CONFIGURATION
|
||||
PATH or INSTALLATION PATH (see `CONFIGURATION FILES`_).
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: none
|
||||
|
||||
$ acrnprobe -c [configuration_path]
|
||||
|
||||
To see the version of ``acrnprobe``.
|
||||
|
||||
.. code-block:: console
|
||||
.. code-block:: none
|
||||
|
||||
$ acrnprobe -V
|
||||
|
||||
|
||||
Reference in New Issue
Block a user