diff options
| author | Mattias Andrée <maandree@operamail.com> | 2015-11-09 16:43:42 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2015-11-09 16:43:42 +0100 | 
| commit | 7867731ff48128bd39de4333191ca097373f453e (patch) | |
| tree | eec1985ae06f7ddcb04492eda0be4299e452ccc4 /README | |
| parent | add copying and license (diff) | |
| download | sleep-until-7867731ff48128bd39de4333191ca097373f453e.tar.gz sleep-until-7867731ff48128bd39de4333191ca097373f453e.tar.bz2 sleep-until-7867731ff48128bd39de4333191ca097373f453e.tar.xz  | |
add readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
| -rw-r--r-- | README | 15 | 
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +NAME +	sleep-until – sleeps until a specified time + +SYNOPSIS +	sleep-until TIMEPOINT... + +DESCRIPTION +	Pause until TIMEPOINT. TIMEPOINT is the number of seconds +	since Epoch, in UTC but not accounting for leap seconds. +	TIMEPOINT may be an arbitrary floating point number. +	Pause is continued when interrupted. + +SEE ALSO +	sleep(1) +  | 
