public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [BlueZ PATCH] monitor: Remove Pygments dependency from manpage
@ 2021-05-07  0:56 Tedd Ho-Jeong An
  2021-05-07  1:30 ` [BlueZ] " bluez.test.bot
  0 siblings, 1 reply; 3+ messages in thread
From: Tedd Ho-Jeong An @ 2021-05-07  0:56 UTC (permalink / raw)
  To: linux-bluetooth

From: Tedd Ho-Jeong An <tedd.an@intel.com>

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-05-10 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-07  0:56 [BlueZ PATCH] monitor: Remove Pygments dependency from manpage Tedd Ho-Jeong An
2021-05-07  1:30 ` [BlueZ] " bluez.test.bot
2021-05-10 18:19   ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox