changeset 27853:3621f0bb50bb

doc: Use Texinfo commands to stop "etc." causing a sentence break. * sparse.txi, interpn.m: Use "@:" after "etc." to stop period from generating a sentence break.
author Rik <rik@octave.org>
date Thu, 19 Dec 2019 10:29:51 -0800
parents d053ff4321b5
children a57e88065f89
files doc/interpreter/sparse.txi scripts/general/interpn.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/sparse.txi	Thu Dec 19 17:42:46 2019 +0100
+++ b/doc/interpreter/sparse.txi	Thu Dec 19 10:29:51 2019 -0800
@@ -498,7 +498,7 @@
 @end table
 
 In addition all of the standard Octave mapper functions (i.e., basic
-math functions that take a single argument) such as @dfn{abs}, etc.
+math functions that take a single argument) such as @dfn{abs}, etc.@:
 can accept sparse matrices.  The reader is referred to the documentation
 supplied with these functions within Octave itself for further
 details.
--- a/scripts/general/interpn.m	Thu Dec 19 17:42:46 2019 +0100
+++ b/scripts/general/interpn.m	Thu Dec 19 10:29:51 2019 -0800
@@ -30,7 +30,7 @@
 ## at a location given by the parameters @var{x1}, @var{x2}, @dots{}, @var{xn}.
 ## The parameters @var{x1}, @var{x2}, @dots{}, @var{xn} are either
 ## @var{n}-dimensional arrays of the same size as the array @var{v} in
-## the @qcode{"ndgrid"} format or vectors.  The parameters @var{y1}, etc.
+## the @qcode{"ndgrid"} format or vectors.  The parameters @var{y1}, etc.@:
 ## respect a similar format to @var{x1}, etc., and they represent the points
 ## at which the array @var{vi} is interpolated.
 ##