Skip to content

Commit

Permalink
added a note about this code working only on Linux right now
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins committed Apr 11, 2013
1 parent b7d8aa6 commit e51a850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.markdown
Expand Up @@ -20,6 +20,8 @@ Methods

Sends signal `signal` to all children processes of the process with pid `pid`, including `pid`. Signal defaults to `SIGTERM`.

Currently works on Linux only as it uses `ps -o pid --no-headers --ppid PID` to find the parent pids of `PID`.

Install
=======

Expand Down

0 comments on commit e51a850

Please sign in to comment.