*: sync translations with English pages (#23592)

This commit is contained in:
Nelson Figueroa
2026-08-15 09:09:53 +03:00
committed by GitHub
parent b8d86fac3c
commit c7a31970dd
16 changed files with 42 additions and 42 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
- Beëindig een proces met het SIGINT (interrupt) signaal, hetzelfde signaal dat wordt verzonden door `<Ctrl c>` in te drukken:
`killall -INT {{proces_naam}}`
`killall {{[-2|-SIGINT]}} {{proces_naam}}`
- Forceer het beëindigen van een proces:
`killall -KILL {{proces_naam}}`
`killall {{[-9|-SIGKILL]}} {{proces_naam}}`