1.2.13.3 Sending your program a signal (signal)

signal {signal-name | signal-number}
You can use the signal command send a signal to your program. Supply either the signal name, e.g. SIGINT, or INT or the signal number, e.g. 15.

See About this document... for information on suggesting changes.