]> TLD Linux GIT Repositories - rc-scripts.git/blob - man/usleep.1
- from PLD
[rc-scripts.git] / man / usleep.1
1 .\"
2 .\" Copyright 2001 Werner Fink, 2001 SuSE GmbH Nuernberg, Germany.
3 .\"
4 .\" This program is free software; you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation; either version 2 of the License, or
7 .\" (at your option) any later version.
8 .\"
9 .TH USLEEP 1 "Jan 31, 2001" "Version 1.16" "The SuSE boot concept"
10 .UC 1
11 .SH NAME
12 Usleep \- sleep for the specified number of microseconds
13 .\"
14 .SH SYNOPSIS
15 .\"
16 .B usleep [
17 .I usec
18 .B ]
19 .\"
20 .SH DESCRIPTION
21 .B usleep
22 pauses for the number of
23 .I usec
24 microseconds. The default is
25 .B 1
26 microsecond.  If
27 .B 0
28 microseconds are specified
29 .BR sched_yield (2)
30 is called.
31 .\"
32 .SH BUGS
33 The
34 .B usleep
35 program uses the
36 .BR usleep (3)
37 function and therefore shows the same weaknesses
38 by any system activity.
39 \."
40 .SH SEE ALSO
41 .BR usleep (3),
42 .BR sleep (1),
43 .BR sleep (3),
44 .BR sched_yield (2).
45 \."
46 .SH COPYRIGHT
47 2001 Werner Fink,
48 2001 SuSE GmbH Nuernberg, Germany.
49 .SH AUTHOR
50 Werner Fink <werner@suse.de>