aboutsummaryrefslogtreecommitdiff
path: root/sleep.1
diff options
context:
space:
mode:
Diffstat (limited to 'sleep.1')
-rw-r--r--sleep.135
1 files changed, 35 insertions, 0 deletions
diff --git a/sleep.1 b/sleep.1
new file mode 100644
index 0000000..c0c732f
--- /dev/null
+++ b/sleep.1
@@ -0,0 +1,35 @@
+SLEEP(1) "fases core"
+
+# NAME
+
+sleep \- suspend execution for an interval
+
+# SYNOPSIS
+
+*sleep* _time_
+
+# DESCRIPTION
+
+Suspend execution for an interval.
+
+# EXAMPLES
+
+*sleep 1*
+ Suspend execution for one second.
+
+*sleep 60*
+ Suspend execution for 1 minute (60 seconds).
+
+*sleep 90*
+ Suspend execution for 1 minute and 30 seconds (90 seconds).
+
+# AUTHOR
+
+Written by Ferass EL HAFIDI as part of the fases
+project.
+
+Source code is at http://git.vitali64.duckdns.org/utils/fases.git.
+
+# COPYRIGHT
+
+Copyright (C) 2022 Ferass EL HAFIDI