docs/SIGNALS.md in pitchfork-0.11.0 vs docs/SIGNALS.md in pitchfork-0.11.1

- old
+ new

@@ -1,8 +1,8 @@ ## Signal handling -In general, signals need only be sent to the master process. However, +In general, signals need to only be sent to the master process. However, the signals Pitchfork uses internally to communicate with the worker processes are documented here as well. ### Master Process @@ -20,11 +20,11 @@ * `TTOU` - decrement the number of worker processes by one ### Worker Processes Note: the master uses a pipe to signal workers -instead of `kill(2)` for most cases. Using signals still (and works and -remains supported for external tools/libraries), however. +instead of `kill(2)` for most cases. Using signals still works and +remains supported for external tools/libraries, however. Sending signals directly to the worker processes should not normally be needed. If the master process is running, any exited worker will be automatically respawned.