diff options
author | 2018-01-14 08:07:15 -0700 | |
---|---|---|
committer | 2018-01-15 02:11:15 +1100 | |
commit | f2859d0db04ee15b228cd6ad574a8001039c3a5b (patch) | |
tree | b9b7cef49b75ae464a26ba727a3b09e27e1efc44 /docs/source/debugger/breakpoint.rst | |
parent | 380bff22029f3088e026687df2a0d39c4915f58b (diff) |
Correct command heading case and adjustments to expressions (NW)
Diffstat (limited to 'docs/source/debugger/breakpoint.rst')
-rw-r--r-- | docs/source/debugger/breakpoint.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/debugger/breakpoint.rst b/docs/source/debugger/breakpoint.rst index 2ed0f11743d..260a66444de 100644 --- a/docs/source/debugger/breakpoint.rst +++ b/docs/source/debugger/breakpoint.rst @@ -15,7 +15,7 @@ You can also type **help <command>** for further details on each command in the .. _debugger-command-bpset: -Bpset +bpset ----- | **bp[set] <address>[,<condition>[,<action>]]** @@ -51,7 +51,7 @@ Bpset .. _debugger-command-bpclear: -Bpclear +bpclear ------- | **bpclear [<bpnum>]** @@ -73,7 +73,7 @@ Bpclear .. _debugger-command-bpdisable: -Bpdisable +bpdisable --------- | **bpdisable [<bpnum>]** @@ -95,7 +95,7 @@ Bpdisable .. _debugger-command-bpenable: -Bpenable +bpenable -------- | **bpenable [<bpnum>]** @@ -117,7 +117,7 @@ Bpenable .. _debugger-command-bplist: -Bplist +bplist ------ | **bplist** |