From 84f549f932a6993d2fce0b0c6dcf576ee6570df8 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:32:42 +0200 Subject: [PATCH] timeout: add more information link (#5630) --- pages/common/timeout.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/timeout.md b/pages/common/timeout.md index 8037788fe..08e6bc0d2 100644 --- a/pages/common/timeout.md +++ b/pages/common/timeout.md @@ -1,6 +1,7 @@ # timeout > Run a command with a time limit. +> More information: . - Run `sleep 10` and terminate it, if it runs for more than 3 seconds: