monitor: Remove Pygments dependency from manpage
authorTedd Ho-Jeong An <tedd.an@intel.com>
Fri, 7 May 2021 00:56:30 +0000 (17:56 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:35 +0000 (19:08 +0530)
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.

Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
monitor/btmon.rst

index c59fdde..0ab13eb 100644 (file)
@@ -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