bug-bash
[Top][All Lists]
Advanced

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

Re: errata in bash manual


From: Chet Ramey
Subject: Re: errata in bash manual
Date: Tue, 16 Jun 2020 09:53:59 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

On 6/16/20 8:34 AM, 홍홍 wrote:
> In this section 
> https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion 
> <https://www.gnu.org/software/bash/manual/bash.html#Shell-Parameter-Expansion>
>  (substring expansion)
> 
> If offset is 0, and the positional parameters are used, $@ is prefixed to the 
> list.
> 
> should be
> 
> If offset is 0, and the positional parameters are used, $0 is prefixed to the 
> list.

Thanks for the report. This was fixed in the devel branch in late April.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

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