1
0
Fork 0
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:
Marco Bonelli 2019-01-08 23:46:54 +01:00 committed by Starbeamrainbowlabs
parent 9368ca7301
commit 603f06d501

View file

@ -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}}`