From: Tedd Ho-Jeong An <tedd.an@xxxxxxxxx> This patch removes the Pygments dependency from btmon .rst file. When the code-block type is specified, the rst2man throws a warning asking for Pygments package. --- monitor/btmon.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/monitor/btmon.rst b/monitor/btmon.rst index c59fdde62..0ab13eb2e 100644 --- a/monitor/btmon.rst +++ b/monitor/btmon.rst @@ -148,14 +148,14 @@ EXAMPLES Capture the traces from hci0 to hcidump.log file ------------------------------------------------ -.. code-block:: bash +.. code-block:: $ btmon -i hci0 -w hcidump.log Open the trace file ------------------- -.. code-block:: bash +.. code-block:: $ btmon -r hcidump.log -- 2.26.3