mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00
kill: fix typo in example #6 description.
This commit is contained in:
parent
9368ca7301
commit
603f06d501
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@
|
|||
|
||||
`kill -{{9|KILL}} {{process_id}}`
|
||||
|
||||
- Signal the operating system to pause a program, it until a SIGCONT ("continue") signal is received:
|
||||
- Signal the operating system to pause a program until a SIGCONT ("continue") signal is received:
|
||||
|
||||
`kill -{{17|STOP}} {{process_id}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue