diff --git a/sleep.1 b/sleep.1 new file mode 100644 index 0000000..a2a5eb4 --- /dev/null +++ b/sleep.1 @@ -0,0 +1,20 @@ +.TH SLEEP 1 +.SH NAME +sleep \- rest for a specified interval +.SH SYNOPSYS +.B sleep +.IR time +.SH DESCRIPTION +.B sleep +suspends execution for no less than the number of seconds given by the +\fItime\fR parameter. That's it. It just stops for a bit, a bit close to, +though not necessarily exactly, the amount of time you specify. +.SH OPTIONS +None +.SH AUTHOR +Written by Kat. +.SH COPYRIGHT +Copyright (C) 2019 The FENIX Project +.PP +This software is free software. Feel free to modify it and/or pass +it around. \ No newline at end of file