bug-bash
[Top][All Lists]
Advanced

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

Possible documentation error (typo)


From: Erik Bennett
Subject: Possible documentation error (typo)
Date: Wed, 3 Apr 2019 17:10:57 -0700
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

In section 6.7 Arrays (*https://www.gnu.org/software/bash/manual/bashref.html#Arrays*)

   Associative arrays are created using

   *declare -A name.*

   Attributes may be specified for an array variable using the declare
   and readonly builtins. Each attribute applies to all members of an
   array.


I don't think the '.' character after "declare -A name" is supposed to be there.

If I'm mistaken, or if it's a browser problem on my end, then never mind.

-E





reply via email to

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