]> git.pld-linux.org Git - projects/rc-scripts.git/blame - man/usleep.1
LANGUAGE variable gets passed via ssh as well, do not overwrite it
[projects/rc-scripts.git] / man / usleep.1
CommitLineData
e7243979
ER
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
7e04fe0e 11.SH NAME
e7243979
ER
12Usleep \- sleep for the specified number of microseconds
13.\"
7e04fe0e 14.SH SYNOPSIS
e7243979
ER
15.\"
16.B usleep [
17.I usec
18.B ]
19.\"
7e04fe0e 20.SH DESCRIPTION
21.B usleep
e7243979
ER
22pauses for the number of
23.I usec
24microseconds. The default is
25.B 1
26microsecond. If
27.B 0
28microseconds are specified
29.BR sched_yield (2)
30is called.
31.\"
7e04fe0e 32.SH BUGS
e7243979
ER
33The
34.B usleep
35program uses the
36.BR usleep (3)
37function and therefore shows the same weaknesses
38by 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
472001 Werner Fink,
482001 SuSE GmbH Nuernberg, Germany.
7e04fe0e 49.SH AUTHOR
e7243979 50Werner Fink <werner@suse.de>
This page took 0.49144 seconds and 4 git commands to generate.