diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-05-25 08:09:29 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2022-05-25 08:11:33 +0000 |
| commit | d46d907a26310881241683862e674f0f2284eb53 (patch) | |
| tree | 9acc9508e6d0711fccee0968e760c93e50f39b75 /bin | |
| parent | 25d21a845223ffad189fd2a7831ebf5e298b628a (diff) | |
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sleep/sleep.1 | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/bin/sleep/sleep.1 b/bin/sleep/sleep.1 index f7da87152f99..73fa4854d1a6 100644 --- a/bin/sleep/sleep.1 +++ b/bin/sleep/sleep.1 @@ -32,7 +32,7 @@ .\" @(#)sleep.1 8.3 (Berkeley) 4/18/94 .\" $FreeBSD$ .\" -.Dd May 24, 2022 +.Dd May 25, 2022 .Dt SLEEP 1 .Os .Sh NAME @@ -40,20 +40,21 @@ .Nd suspend execution for an interval of time .Sh SYNOPSIS .Nm -.Ar number[unit] ... +.Ar number Ns Op Ar unit +.Ar ... .Sh DESCRIPTION The .Nm command suspends execution for a minimum of .Ar number seconds (the default, or unit -.Ar s ) , +.Cm s ) , minutes (unit -.Ar m ) , +.Cm m ) , hours (unit -.Ar h ) , +.Cm h ) , or days (unit -.Ar d ) . +.Cm d ) . If multiple arguments are passed, the delay will be the sum of all values. .Pp If the |
