aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-09 16:43:42 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-09 16:43:42 +0100
commit7867731ff48128bd39de4333191ca097373f453e (patch)
treeeec1985ae06f7ddcb04492eda0be4299e452ccc4 /README
parentadd copying and license (diff)
downloadsleep-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 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0856682
--- /dev/null
+++ b/README
@@ -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)
+