FENIX_coreutils/sleep.1

22 lines
572 B
Groff
Raw Normal View History

2020-12-11 10:11:28 +00:00
.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
2020-12-11 10:50:58 +00:00
Copyright (C) 2020 The FENIX Project
2020-12-11 10:11:28 +00:00
.PP
This software is free software. Feel free to modify it and/or pass
2020-12-11 10:52:22 +00:00
it around.
.PP
This \fBsleep\fR implementation is a part of the fenutils package.