typo in: https://www.gnu.org/software/bash/manual/bash.html

2017-12-19 Thread Howard Johnson

Hi,

In section:
    3.5.1 Brace Expansion

The line,
    "To avoid conflicts with parameter expansion, the string ‘${’ is 
not considered eligible for brace expansion."


occurs twice.



Re: typo in: https://www.gnu.org/software/bash/manual/bash.html

2017-12-19 Thread Howard Johnson

Chet,

BTW, After your reply, I was curious who case.edu was, but I'm seeing 
this (in both of my browsers):





Is your main university server down?




On 12/19/2017 09:08 AM, Chet Ramey wrote:

On 12/19/17 12:23 PM, Howard Johnson wrote:

Hi,

In section:
     3.5.1 Brace Expansion

The line,
     "To avoid conflicts with parameter expansion, the string ‘${’ is not
considered eligible for brace expansion."

occurs twice.

Thanks for the catch.

Chet