logo

cmd-timer

run command at a specific interval git clone https://anongit.hacktivis.me/git/cmd-timer.git
commit: c7ad4fb56d54f05ea169ad8f3bc16441d70a61f8
parent caddc1408430d3d4d7dd7b209444946a312d2683
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 14 Aug 2025 14:19:54 +0200

timer.1: split long lines

Diffstat:

Mtimer.16++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/timer.1 b/timer.1 @@ -21,7 +21,8 @@ at every .Ar interval . .Pp .Ar interval -is a string containing non-negative decimal numbers including floats, terminated by suffixes: +is a string containing non-negative decimal numbers including floats, +terminated by suffixes: s for seconds, m for minutes, h for hours, d for days. .br If the final number doesn't have a suffix, seconds are assumed. @@ -31,7 +32,8 @@ If .Ar command exits with a non-zero status, .Nm -exits with the same status, allowing to use service supervision to track failures. +exits with the same status, +allowing to use service supervision to track failures. .Sh OPTIONS .Bl -tag -width Ds .It Fl w