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 3f2ed1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions command/step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ 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.
With no suffix is given, the behavior is dictated by the setting of **set different**.
Examples:
---------
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 3f2ed1e

Please sign in to comment.