Re: Documentation consistency in the Arrays section

2019-02-21 Thread Andreas Schwab
On Feb 21 2019, Jeff Schaller wrote: > --- bashref.texi2019-02-21 09:10:12.0 -0500 > +++ bashref.texi.new2019-02-21 09:10:49.679101000 -0500 > @@ -7187,7 +7187,7 @@ > @noindent > Associative arrays are created using > @example > -declare -A @var{name}. > +declare -A @var{na

Re: Documentation consistency in the Arrays section

2019-02-21 Thread Chet Ramey
On 2/21/19 9:11 AM, Jeff Schaller wrote: > The bulk of the array declaration examples do not have a period at the end, > making http://git.savannah.gnu.org/cgit/bash.git/tree/doc/bashref.texi#n7190 > a needlessly confusing example. I'd like to propose removing the period at > the end: Good catch,

Documentation consistency in the Arrays section

2019-02-21 Thread Jeff Schaller
The bulk of the array declaration examples do not have a period at the end, making http://git.savannah.gnu.org/cgit/bash.git/tree/doc/bashref.texi#n7190 a needlessly confusing example. I'd like to propose removing the period at the end: --- bashref.texi2019-02-21 09:10:12.0 -0500 +