Skip to content

Commit 9a6bab0

Browse files
committed
Docs: fix some unclosed HTML tags.
1 parent ca403a2 commit 9a6bab0

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

docs/command_reference.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All commands
2727

2828
<tr><th>Command</th><th>Arguments</th><th>Description</th></tr>
2929

30-
<tr><td colspan="3"><b>Breakpoints</b></tr>
30+
<tr><td colspan="3"><b>Breakpoints</b></td></tr>
3131

3232
<tr><td>
3333
<a href="#break"><tt>break</tt></a>
@@ -75,7 +75,7 @@ ADDR [r|w|rw] [1|2|4]
7575
Set a watchpoint address, and optional access type (default rw) and size (4).
7676
</td></tr>
7777

78-
<tr><td colspan="3"><b>Bringup</b></tr>
78+
<tr><td colspan="3"><b>Bringup</b></td></tr>
7979

8080
<tr><td>
8181
<a href="#initdp"><tt>initdp</tt></a>
@@ -99,7 +99,7 @@ Creates a new AP object for the given APSEL.
9999
Reinitialize the target object.
100100
</td></tr>
101101

102-
<tr><td colspan="3"><b>Commander</b></tr>
102+
<tr><td colspan="3"><b>Commander</b></td></tr>
103103

104104
<tr><td>
105105
<a href="#exit"><tt>exit</tt></a>,
@@ -116,7 +116,7 @@ Quit pyocd commander.
116116
Show available targets.
117117
</td></tr>
118118

119-
<tr><td colspan="3"><b>Core</b></tr>
119+
<tr><td colspan="3"><b>Core</b></td></tr>
120120

121121
<tr><td>
122122
<a href="#continue"><tt>continue</tt></a>,
@@ -153,7 +153,7 @@ Halt the target.
153153
Step one or more instructions.
154154
</td></tr>
155155

156-
<tr><td colspan="3"><b>Dap</b></tr>
156+
<tr><td colspan="3"><b>Dap</b></td></tr>
157157

158158
<tr><td>
159159
<a href="#readap"><tt>readap</tt></a>,
@@ -191,7 +191,7 @@ ADDR DATA
191191
Write DP register.
192192
</td></tr>
193193

194-
<tr><td colspan="3"><b>Device</b></tr>
194+
<tr><td colspan="3"><b>Device</b></td></tr>
195195

196196
<tr><td>
197197
<a href="#reset"><tt>reset</tt></a>
@@ -208,7 +208,7 @@ Reset the target, optionally specifying the reset type.
208208
Unlock security on the target.
209209
</td></tr>
210210

211-
<tr><td colspan="3"><b>General</b></tr>
211+
<tr><td colspan="3"><b>General</b></td></tr>
212212

213213
<tr><td>
214214
<a href="#help"><tt>help</tt></a>,
@@ -219,7 +219,7 @@ Unlock security on the target.
219219
Show help for commands.
220220
</td></tr>
221221

222-
<tr><td colspan="3"><b>Memory</b></tr>
222+
<tr><td colspan="3"><b>Memory</b></td></tr>
223223

224224
<tr><td>
225225
<a href="#compare"><tt>compare</tt></a>,
@@ -359,7 +359,7 @@ ADDR DATA+
359359
Write 8-bit bytes to memory.
360360
</td></tr>
361361

362-
<tr><td colspan="3"><b>Registers</b></tr>
362+
<tr><td colspan="3"><b>Registers</b></td></tr>
363363

364364
<tr><td>
365365
<a href="#reg"><tt>reg</tt></a>
@@ -377,7 +377,7 @@ Print core or peripheral register(s).
377377
Set the value of a core or peripheral register.
378378
</td></tr>
379379

380-
<tr><td colspan="3"><b>Semihosting</b></tr>
380+
<tr><td colspan="3"><b>Semihosting</b></td></tr>
381381

382382
<tr><td>
383383
<a href="#arm"><tt>arm</tt></a>
@@ -387,7 +387,7 @@ semihosting {enable,disable}
387387
Enable or disable semihosting.
388388
</td></tr>
389389

390-
<tr><td colspan="3"><b>Servers</b></tr>
390+
<tr><td colspan="3"><b>Servers</b></td></tr>
391391

392392
<tr><td>
393393
<a href="#gdbserver"><tt>gdbserver</tt></a>
@@ -405,7 +405,7 @@ Control the gdbserver for the selected core.
405405
Control the debug probe server.
406406
</td></tr>
407407

408-
<tr><td colspan="3"><b>Symbols</b></tr>
408+
<tr><td colspan="3"><b>Symbols</b></td></tr>
409409

410410
<tr><td>
411411
<a href="#symbol"><tt>symbol</tt></a>
@@ -423,7 +423,7 @@ Show a symbol's value.
423423
Show symbol, file, and line for address.
424424
</td></tr>
425425

426-
<tr><td colspan="3"><b>Target</b></tr>
426+
<tr><td colspan="3"><b>Target</b></td></tr>
427427

428428
<tr><td>
429429
<a href="#status"><tt>status</tt></a>,
@@ -433,7 +433,7 @@ Show symbol, file, and line for address.
433433
Show the target's current state.
434434
</td></tr>
435435

436-
<tr><td colspan="3"><b>Threads</b></tr>
436+
<tr><td colspan="3"><b>Threads</b></td></tr>
437437

438438
<tr><td>
439439
<a href="#threads"><tt>threads</tt></a>
@@ -443,7 +443,7 @@ Show the target's current state.
443443
Control thread awareness.
444444
</td></tr>
445445

446-
<tr><td colspan="3"><b>Values</b></tr>
446+
<tr><td colspan="3"><b>Values</b></td></tr>
447447

448448
<tr><td>
449449
<a href="#set"><tt>set</tt></a>

docs/options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Controls how pyOCD connects to the target. One of 'halt', 'pre-reset', 'under-re
9696
<td>float</td>
9797
<td>0.0</td>
9898
<td>
99-
<p>Timeout in seconds for instruction step operations. The default of 0 means no timeout.<p>
99+
<p>Timeout in seconds for instruction step operations. The default of 0 means no timeout.</p>
100100
<p>Note that stepping may take a very long time for to return in cases such as stepping over a branch
101101
into the Secure world where the debugger doesn't have secure debug access, or similar for Privileged
102102
code in the case of UDE.</p>
@@ -379,7 +379,7 @@ Name of the RTOS plugin to use. If not set, all RTOS plugins are given a chance
379379
<td>
380380
If set to 'telnet' then the semihosting telnet server will be started. If set to 'console' then
381381
semihosting will print to the console.
382-
<td></tr>
382+
</td></tr>
383383

384384
<tr><td>semihost_use_syscalls</td>
385385
<td>bool</td>

scripts/generate_command_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def gen_cmd_groups(commands):
8080
categories = build_categories(commands)
8181

8282
for group in sorted(categories.keys()):
83-
print(f"""<tr><td colspan="3"><b>{group.capitalize()}</b></tr>
83+
print(f"""<tr><td colspan="3"><b>{group.capitalize()}</b></td></tr>
8484
""")
8585

8686
group_cmds = sorted(categories[group], key=lambda c: c.INFO['names'][0])

0 commit comments

Comments
 (0)