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 d608c51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion command/skip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ See http://lists.gnu.org/archive/html/bug-bash/2017-04/msg00004.html
See also:
---------
**continue**, **next**, and **step**.
*next**, **step**, and **continue**.
"

_Dbg_do_skip() {
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.

2 changes: 1 addition & 1 deletion docs/commands/running/step.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ into.

If suffix \"-\" is added, the different line aspect of \"step+\" does not occur.

With no suffix is given, the behavior is dictated by the setting of **set different**.
With no suffix given, the behavior is dictated by the setting of **set different**.

Examples:
+++++++++
Expand Down

0 comments on commit d608c51

Please sign in to comment.