From: Tedd Ho-Jeong An Date: Fri, 7 May 2021 00:56:30 +0000 (-0700) Subject: monitor: Remove Pygments dependency from manpage X-Git-Tag: submit/tizen/20220313.220938~359 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e282c44f146e8226c9cdc110a02dc1b24f587a6f;p=platform%2Fupstream%2Fbluez.git monitor: Remove Pygments dependency from manpage 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 --- diff --git a/monitor/btmon.rst b/monitor/btmon.rst index c59fdde..0ab13eb 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