Skip to content

Commit 3f2ed1e

Browse files
committed
Merge branch 'bash-5.2' into doc-cleanups
2 parents b839a8e + 30edf60 commit 3f2ed1e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

command/step.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ With no suffix is given, the behavior is dictated by the setting of **set differ
4545
In contrast to \"next\", functions and source'd files are stepped
4646
into.
4747
48+
With no suffix is given, the behavior is dictated by the setting of **set different**.
49+
4850
Examples:
4951
---------
5052

docs/commands/running/quit.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
Gentle Termination (``quit``)
55
-----------------------------
6-
76
**quit** [*exit-code* [*shell-levels*]]
87

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

1413
.. seealso::
1514

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

docs/commands/running/step.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ into.
2020

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

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

2525
Examples:
2626
+++++++++

0 commit comments

Comments
 (0)