changeset 33068:51fdc7b36abd

maint: merge stable to default
author Rik <rik@octave.org>
date Wed, 21 Feb 2024 14:16:35 -0800
parents 6fa52e36a8f2 (current diff) a0c81947757b (diff)
children 764a8eee1383
files libinterp/corefcn/debug.cc
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/debug.cc	Wed Feb 21 00:59:32 2024 -0500
+++ b/libinterp/corefcn/debug.cc	Wed Feb 21 14:16:35 2024 -0800
@@ -597,19 +597,19 @@
 @deftypefn  {} {} dbtype
 @deftypefnx {} {} dbtype @var{lineno}
 @deftypefnx {} {} dbtype @var{startl:endl}
-@deftypefnx {} {} dbtype @var{startl:end}
+@deftypefnx {} {} dbtype @var{startl}:end
 @deftypefnx {} {} dbtype @var{fcn}
 @deftypefnx {} {} dbtype @var{fcn} @var{lineno}
 @deftypefnx {} {} dbtype @var{fcn} @var{startl:endl}
-@deftypefnx {} {} dbtype @var{fcn} @var{startl:end}
+@deftypefnx {} {} dbtype @var{fcn} @var{startl}:end
 Display a script file with line numbers.
 
 When called with no arguments in debugging mode, display the script file
 currently being debugged.
 
 An optional range specification can be used to list only a portion of the
-file.  The special keyword @qcode{"end"} is a valid line number
-specification for the last line of the file.
+file.  The special keyword @qcode{"end"} is a valid line number specification
+for the last line of the file.
 
 When called with the name of a function, list that script file with line
 numbers.
@@ -1085,8 +1085,9 @@
            doc: /* -*- texinfo -*-
 @deftypefn  {} {} dbquit
 @deftypefnx {} {} dbquit all
-Quit debugging mode immediately without further code execution.  With no
-arguments, exit the current debugging level.  With argument @code{all},
+Quit debugging mode immediately without further code execution.
+
+With no arguments, exit the current debugging level.  With argument @code{all},
 exit all debugging levels and return to the Octave prompt.
 @seealso{dbcont, dbstep}
 @end deftypefn */)