path: dtrace_2.0.5-1/doc/userguide/reference/function_raise.md
```
xclock & sudo dtrace -wn 'syscall::: /pid==$1/{ raise(SIGINT); exit(0) }' $(pidof xclock)
```
