kill: split POSIX and util-linux implementations (#12044)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
> Sends a signal to a process, usually related to stopping the process.
|
||||
> All signals except for SIGKILL and SIGSTOP can be intercepted by the process to perform a clean exit.
|
||||
> More information: <https://manned.org/kill>.
|
||||
> More information: <https://manned.org/kill.1posix>.
|
||||
|
||||
- Terminate a program using the default SIGTERM (terminate) signal:
|
||||
|
||||
@@ -12,10 +12,6 @@
|
||||
|
||||
`kill -l`
|
||||
|
||||
- Terminate a background job:
|
||||
|
||||
`kill %{{job_id}}`
|
||||
|
||||
- Terminate a program using the SIGHUP (hang up) signal. Many daemons will reload instead of terminating:
|
||||
|
||||
`kill -{{1|HUP}} {{process_id}}`
|
||||
|
Reference in New Issue
Block a user