We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Process Control, Part 1: Wait macros, using signals (markdown)
minor cleanup
Added when signals are generated
Grammatical Errors
"anymore" used incorrectly. Should be "any more"
SIGSTOP cannot be ignored
Added what are signals
From http://www.gnu.org/software/libc/manual/html_node/Termination-Signals.html, "The SIGTERM signal is a generic signal used to cause program termination. Unlike SIGKILL, this signal can be blocked, handled, and ignored."
typo
Updated Process Control, Part 1: Wait macros Stop Kill (markdown)