mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-08 21:55:42 +02:00
kill: fix typo in Spanish translation (#11665)
This commit is contained in:
parent
fd11770970
commit
2b3b55605c
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@
|
||||||
|
|
||||||
`kill -{{17|STOP}} {{id_del_proceso}}`
|
`kill -{{17|STOP}} {{id_del_proceso}}`
|
||||||
|
|
||||||
- Envia una señal `SIGUSR1` a todos los procesos con un GID (id de grupo) dado:
|
- Envía una señal `SIGUSR1` a todos los procesos con un GID (id de grupo) dado:
|
||||||
|
|
||||||
`kill -{{SIGUSR1}} -{{id_de_grupo}}`
|
`kill -{{SIGUSR1}} -{{id_de_grupo}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue