Skip to content

Commit bc0c9c9

Browse files
committed
Fix asmfmt Sphinx formatting
1 parent 53598a4 commit bc0c9c9

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

docs/commands/set/asmfmt.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Set Asmfmt
99
Set the style of format to use in disassembly:
1010

1111
``classic``:
12-
has fields: *line* *marker* *offset*, and *opcode operand*
12+
has fields: *line*, *marker*, *offset*, and *opcode operand*
1313

1414
``extended``:
1515
like ``classic``, but we try harder to get operand information from previous instructions
@@ -18,13 +18,14 @@ Set the style of format to use in disassembly:
1818
like classic but we show the instruction bytes after the offset
1919

2020
``extended-bytes``
21-
``bytes`` format along with *extended* format
21+
``bytes`` format along with ``extended`` format
2222

2323

2424
Examples:
2525
+++++++++
2626

27-
::
27+
.. code-block::
28+
2829
set asmfmt extended # this is the default
2930
set asmfmt classic # no highlight
3031

docs/commands/show/asmfmt.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Show the disassembly format style used in the ``disassemble`` command.
1111
Example:
1212
++++++++
1313

14-
::
14+
.. code-block::
15+
1516
show asmfmt
1617
1718
.. seealso::
1819

19-
:ref:`set_asmfmt <set_asmfmt>`
20+
:ref:`set asmfmt <set_asmfmt>`

0 commit comments

Comments
 (0)