1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 20:35:34 +02:00

suspend: clarify description (#15982)

This commit is contained in:
Managor 2025-03-19 18:33:51 +02:00 committed by GitHub
parent 69c8e99e46
commit 33191c4c67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
`{{bash}} <Enter> suspend` `{{bash}} <Enter> suspend`
- Run in a separate terminal to continue from suspension if `suspend` was used in a non-nested shell: - Continue from suspension if `suspend` was used in a non-nested shell (run this in a separate terminal):
`pkill -CONT bash` `pkill -CONT bash`