bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation consistency in the Arrays section


From: Jeff Schaller
Subject: Documentation consistency in the Arrays section
Date: Thu, 21 Feb 2019 09:11:34 -0500

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.texi        2019-02-21 09:10:12.000000000 -0500
+++ bashref.texi.new    2019-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{name}
 @end example

 Attributes may be



-jeff


reply via email to

[Prev in Thread] Current Thread [Next in Thread]