Skip to content

Commit af8f67a

Browse files
committed
Clean up LLDB type format delete doc paragraph
1 parent 4166df2 commit af8f67a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lldb/docs/use/variable.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,11 @@ format, which means you are effectively formatting the address stored in the
224224
pointer rather than the pointee value. For this reason, you may want to use the
225225
-p option when defining formats.
226226

227-
If you need to delete a custom format simply type type format delete followed
228-
by the name of the type to which the format applies.Even if you defined the
229-
same format for multiple types on the same command, type format delete will
230-
only remove the format for the type name passed as argument.
227+
If you need to delete a custom format, simply type ``type format delete``
228+
followed by the name of the type to which the format applies. Even if you
229+
defined the same format for multiple types on the same command,
230+
``type format delete`` will only remove the format for the type name passed as
231+
argument.
231232

232233
To delete ALL formats, use ``type format clear``. To see all the formats
233234
defined, use type format list.

0 commit comments

Comments
 (0)