diff options
Diffstat (limited to 'docs/source/debugger/execution.rst')
-rw-r--r-- | docs/source/debugger/execution.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/debugger/execution.rst b/docs/source/debugger/execution.rst index cfcfede1c87..8a99f52f85a 100644 --- a/docs/source/debugger/execution.rst +++ b/docs/source/debugger/execution.rst @@ -285,7 +285,7 @@ Back to :ref:`debugger-execution-list` ignore ------ -**ignore [<CPU>[,<CPU>[,...]]]** +**ignore [<CPU>[,<CPU>[,…]]]** Ignores the specified CPUs in the debugger. CPUs can be specified by tag or debugger CPU number (see :ref:`debugger-devicespec` for details). @@ -316,7 +316,7 @@ Back to :ref:`debugger-execution-list` observe ------- -**observe [<CPU>[,<CPU>[,...]]]** +**observe [<CPU>[,<CPU>[,…]]]** Allow interaction with the specified CPUs in the debugger. CPUs can be specified by tag or debugger CPU number (see :ref:`debugger-devicespec` |