man page!
This commit is contained in:
parent
312317020b
commit
0e282524fe
1 changed files with 20 additions and 0 deletions
20
sleep.1
Normal file
20
sleep.1
Normal file
|
@ -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.
|
Loading…
Reference in a new issue