1USLEEP(1) General Commands Manual USLEEP(1)
2
3
4
6 usleep - sleep some number of microseconds
7
9 usleep [number]
10
12 usleep sleeps some number of microseconds. The default is 1.
13
15 usleep has been deprecated, and will be removed in near future. Use
16 sleep(1) instead.
17
19 --usage Show short usage message.
20
21 --help, -?
22 Print help information.
23
24 -v, --version
25 Print version information.
26
28 Probably not accurate on many machines down to the microsecond. Count
29 on precision only to -4 or maybe -5.
30
32 Donald Barnes <djb@redhat.com>
33 Erik Troan <ewt@redhat.com>
34
36 sleep(1)
37
38
39
40 Red Hat, Inc USLEEP(1)