changeset 30356:95c2ac7b43d6 stable

doc: Fix two more instances of long lines in libinterp/ directory. * oct-hist.cc, qr.cc: Fix instances of long lines.
author Rik <rik@octave.org>
date Wed, 24 Nov 2021 20:26:31 -0800
parents 6a6efd7bb3ec
children c33284f08090 7f246cfeceda
files libinterp/corefcn/oct-hist.cc libinterp/corefcn/qr.cc
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/oct-hist.cc	Wed Nov 24 20:19:43 2021 -0800
+++ b/libinterp/corefcn/oct-hist.cc	Wed Nov 24 20:26:31 2021 -0800
@@ -822,8 +822,8 @@
 The default value is @file{@w{@env{$DATA}}/octave/history}, where
 @w{@env{$DATA}} is the platform-specific location for (roaming) user data files
 (e.g., @w{@env{$XDG_DATA_HOME}} or, if that is not set, @file{~/.local/share} on
-Unix-like operating systems or @w{@env{%APPDATA%}} on Windows).  The default value may
-be overridden by the environment variable @w{@env{OCTAVE_HISTFILE}}.
+Unix-like operating systems or @w{@env{%APPDATA%}} on Windows).  The default
+value may be overridden by the environment variable @w{@env{OCTAVE_HISTFILE}}.
 
 Programming Notes:
 
--- a/libinterp/corefcn/qr.cc	Wed Nov 24 20:19:43 2021 -0800
+++ b/libinterp/corefcn/qr.cc	Wed Nov 24 20:26:31 2021 -0800
@@ -234,8 +234,8 @@
 is computed by using @sc{SPQR} or @sc{cxsparse} (e.g., if @sc{SPQR} is not
 available).  Because the matrix @var{Q} is, in general, a full matrix, it is
 recommended to request only one return value @var{R}.  In that case, the
-computation avoids the construction of @var{Q} and returns a sparse @var{R} such that
-@code{@var{R} = chol (@var{A}' * @var{A})}.
+computation avoids the construction of @var{Q} and returns a sparse @var{R}
+such that @code{@var{R} = chol (@var{A}' * @var{A})}.
 
 If @var{A} is dense, an additional matrix @var{B} is supplied and two
 return values are requested, then @code{qr} returns @var{C}, where