Skip to content

Commit 72bf499

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

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

command/skip.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ See also:
4747
---------
4848
4949
**continue**, **next**, and **step**.
50-
"
5150
5251
_Dbg_do_skip() {
5352
_Dbg_last_cmd='skip'

command/step.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ 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+
Examples:
49+
---------
50+
51+
52+
With no suffix is given, the behavior is dictated by the setting of **set different**.
53+
4854
Examples:
4955
---------
5056

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+

0 commit comments

Comments
 (0)