FENIX_coreutils/sleep.1

22 lines
572 B
Groff

.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) 2020 The FENIX Project
.PP
This software is free software. Feel free to modify it and/or pass
it around.
.PP
This \fBsleep\fR implementation is a part of the fenutils package.