Re: Bash Manual inconsistency regarding PS* in which expansions apply

2017-03-13 Thread Chet Ramey
On 3/12/17 5:14 PM, Grisha Levit wrote: > The manual says [1]: > > In addition, the following table describes the special characters which > can > appear in the prompt variables PS1 to PS4: > > ..which misses PS0 (and seems to imply that PS3 gets expanded in this > fashion as well). > >

Bash Manual inconsistency regarding PS* in which expansions apply

2017-03-12 Thread Grisha Levit
The manual says [1]: In addition, the following table describes the special characters which can appear in the prompt variables PS1 to PS4: ..which misses PS0 (and seems to imply that PS3 gets expanded in this fashion as well). [1] https://www.gnu.org/software/bash/manual/bash.html#Con