# HG changeset patch # User Rik # Date 1458859511 25200 # Node ID 7c143e73e9215bb9c19cd1d536afb7ae13ecafc7 # Parent 8d894e463de65209790221316a675b7318ec9721 doc: Don't create end-of-sentence period with "etc." in Texinfo. * external.txi, genpropdoc.m, oop.txi, strread.m, slice.m: Use "@:" following "etc." to create a period which does not end the sentence. diff -r 8d894e463de6 -r 7c143e73e921 doc/interpreter/external.txi --- a/doc/interpreter/external.txi Thu Mar 24 15:23:51 2016 -0700 +++ b/doc/interpreter/external.txi Thu Mar 24 15:45:11 2016 -0700 @@ -140,7 +140,7 @@ which contains the object which has the extension @file{.oct}. Finding a C++ compiler, using the correct switches, adding the right include -paths for header files, etc. is a difficult task. Octave automates this by +paths for header files, etc.@: is a difficult task. Octave automates this by providing the @code{mkoctfile} command with which to build oct-files. The command is available from within Octave or at the shell command line. diff -r 8d894e463de6 -r 7c143e73e921 doc/interpreter/genpropdoc.m --- a/doc/interpreter/genpropdoc.m Thu Mar 24 15:23:51 2016 -0700 +++ b/doc/interpreter/genpropdoc.m Thu Mar 24 15:45:11 2016 -0700 @@ -618,7 +618,7 @@ case "layer" s.doc = "Control whether the axes is drawn below child graphics \ -objects (ticks, labels, etc. covered by plotted objects) or above."; +objects (ticks, labels, etc.@: covered by plotted objects) or above."; case "linestyleorder" s.doc = doc_unused; diff -r 8d894e463de6 -r 7c143e73e921 doc/interpreter/oop.txi --- a/doc/interpreter/oop.txi Thu Mar 24 15:23:51 2016 -0700 +++ b/doc/interpreter/oop.txi Thu Mar 24 15:45:11 2016 -0700 @@ -72,7 +72,7 @@ $a_0$, $a_1$, etc. are elements of $\Re$. @end tex @ifnottex -a0, a1, etc. are real scalars. +a0, a1, etc.@: are real scalars. @end ifnottex Thus the polynomial can be represented by a vector diff -r 8d894e463de6 -r 7c143e73e921 scripts/io/strread.m --- a/scripts/io/strread.m Thu Mar 24 15:23:51 2016 -0700 +++ b/scripts/io/strread.m Thu Mar 24 15:45:11 2016 -0700 @@ -50,7 +50,7 @@ ## The word is skipped. ## ## For %s and %d, %f, %n, %u and the associated %*s @dots{} specifiers an -## optional width can be specified as %Ns, etc. where N is an integer > 1. +## optional width can be specified as %Ns, etc.@: where N is an integer > 1. ## For %f, format specifiers like %N.Mf are allowed. ## ## @item literals diff -r 8d894e463de6 -r 7c143e73e921 scripts/plot/draw/slice.m --- a/scripts/plot/draw/slice.m Thu Mar 24 15:23:51 2016 -0700 +++ b/scripts/plot/draw/slice.m Thu Mar 24 15:45:11 2016 -0700 @@ -30,7 +30,7 @@ ## a location given by the parameters @var{x}, @var{y}, and @var{z}. The ## parameters @var{x}, @var{x}, and @var{z} are either 3-dimensional arrays of ## the same size as the array @var{v} in the @qcode{"meshgrid"} format or -## vectors. The parameters @var{xi}, etc. respect a similar format to +## vectors. The parameters @var{xi}, etc.@: respect a similar format to ## @var{x}, etc., and they represent the points at which the array @var{vi} ## is interpolated using interp3. The vectors @var{sx}, @var{sy}, and ## @var{sz} contain points of orthogonal slices of the respective axes.