aboutsummaryrefslogtreecommitdiffstats
path: root/src/usleep.1
blob: f1e19025239f6cd17ed178c3d6d7af1957ebf097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH USLEEP 1 "Red Hat Software" "RHS" \" -*- nroff -*-
.SH NAME
usleep \- sleep some number of microseconds
.SH SYNOPSIS
.B usleep
[\fInumber\fP]
.SH DESCRIPTION
.B usleep
sleeps some number of microseconds.  The default is 1.
.SH OPTIONS
\fI--help\fP
Print help information.
.TP
\fI-v\fP
Print version information.
.SH BUGS
Probably not accurate on many machines down to the microsecond.  Count
on precision only to -4 or maybe -5.
.SH AUTHOR
Donald Barnes <djb@redhat.com>