Skip to content

Commit

Permalink
Merge branch 'bash-5.2' into doc-cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Feb 21, 2024
2 parents b839a8e + 30edf60 commit 785ccc8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion command/skip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ See also:
---------
**continue**, **next**, and **step**.
"
_Dbg_do_skip() {
_Dbg_last_cmd='skip'
Expand Down
6 changes: 6 additions & 0 deletions command/step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ With no suffix is given, the behavior is dictated by the setting of **set differ
In contrast to \"next\", functions and source'd files are stepped
into.
Examples:
---------
With no suffix is given, the behavior is dictated by the setting of **set different**.
Examples:
---------
Expand Down
2 changes: 0 additions & 2 deletions docs/commands/running/continue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
.. _continue:

Continue Program Execution (``continue``)
---------------------------------------

**continue** [ *loc* | **-*** ]

If *loc* or *-* is not given, continue until the next breakpoint or
the end of program is reached. If **-** is given, then debugging will
Expand Down
3 changes: 2 additions & 1 deletion docs/commands/running/quit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

Gentle Termination (``quit``)
-----------------------------

**quit** [*exit-code* [*shell-levels*]]

The program being debugged is aborted. If *exit-code* is given, then
Expand All @@ -13,4 +12,6 @@ of those shells should have been run under the debugger.

.. seealso::


:ref:`kill <kill>` for more forceful termination commands. :ref:`run <run>` restarts the debugged program.

0 comments on commit 785ccc8

Please sign in to comment.