.\" $Id: usleep.1,v 1.2 2005/05/07 22:04:03 solar Exp $ .\" usleep \- sleep some number of microseconds .TH USLEEP 1 "4 March 2001" "ALT Linux Team" .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 BUGS The sleep may be lengthened slightly by any system activity or by the time spent processing the call. .SH SEE ALSO .BR sleep (1), .BR usleep (3) .SH AUTHOR Dmitry V. Levin