in the description of trap.
Even though there is a trap -l that lists signal numbers and names, I think it's still sensible to have a manual reference.
Differential D55632
sh.1: Cross-reference signal(3) Authored by temcbun_gmail.com on Mar 3 2026, 3:09 PM. Tags Referenced Files
Subscribers
Details
in the description of trap. Even though there is a trap -l that lists signal numbers and names, I think it's still sensible to have a manual reference.
Diff Detail
Event TimelineComment Actions Is signal(3) the right reference? C code had better use sigaction(2) instead, or the list might be moved to a new signal(7) page? Comment Actions I was thinking about porting signal(7) from NetBSD too. I agree, that it would be a better place for the list and for the reference as well. |