jobs, jstack, kill, killall: add more information link (#6545)

This commit is contained in:
lincc
2021-09-19 07:10:50 +08:00
committed by GitHub
parent 442a013cb8
commit 0e7393b78f
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
> Send kill signal to all instances of a process by name (must be exact name).
> All signals except SIGKILL and SIGSTOP can be intercepted by the process, allowing a clean exit.
> More information: <https://manned.org/killall>.
- Terminate a process using the default SIGTERM (terminate) signal: