On Tue, Sep 13, 2016 at 05:11:05AM +0200, Martijn Dekker wrote: > The command > > kill -l 0 > > outputs T. I would expect EXIT as T is not a valid signal or > pseudosignal name. Since T is the last letter of EXIT, I suspect a typo > somewhere.
My guess is it's just printing the string with the first 3 characters removed (SIGHUP -> HUP, SIGINT -> INT, EXIT -> T).