timeout: add more information link (#5630)

This commit is contained in:
marchersimon 2021-03-30 15:32:42 +02:00 committed by GitHub
parent a3a1e30334
commit 84f549f932
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
# timeout
> Run a command with a time limit.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html>.
- Run `sleep 10` and terminate it, if it runs for more than 3 seconds: