Re: [PATCH] bash.1: document /etc/inputrc

2020-05-04 Thread Chet Ramey
On 5/3/20 11:01 PM, Greg Price wrote: > This patch amends bash.1 to explain the sequence of places the > inputrc is found (INPUTRC, ~/.inputrc, /etc/inputrc) in the same > way as in readline.3 and bash.info. Thanks for the report and patch. -- ``The lyf so short, the craft so long to lerne.'' -

[PATCH] bash.1: document /etc/inputrc

2020-05-03 Thread Greg Price
This patch amends bash.1 to explain the sequence of places the inputrc is found (INPUTRC, ~/.inputrc, /etc/inputrc) in the same way as in readline.3 and bash.info. The existing text had me puzzled for a bit, as it seemed to say that /etc/inputrc wasn't part of Bash's own behavior, even though I kn