Re: Manual: variable SIGWINCH has no definition

2010-12-27 Thread Greg Wooledge
On Mon, Dec 27, 2010 at 04:42:14PM +0100, Christophe Jarry wrote: > today, I found variable SIGWINCH has no definition. That's not a variable name. It's the name of a signal. See `kill -l' or `man 7 signal' (or wherever the definition of signals resides on your operating system).

Manual: variable SIGWINCH has no definition

2010-12-27 Thread Christophe Jarry
Dear developers, While reading http://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#index-COLUMNS-179 today, I found variable SIGWINCH has no definition. Please add the definition of the variable SIGWINCH in http://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html.