Seeding from the 1.2 tree.

This commit is contained in:
Dan Mashal
2013-01-01 03:00:55 -08:00
parent d8c87c4ded
commit 87b806a563
1424 changed files with 260320 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Synopsis:
usleep <microseconds>
Description:
This suspends the client for the specified number of microseconds. During
this time, the client does absolutely nothing; it quite literally goes
to sleep. In general, it is most useful in non-interactive automated
scripts, and even these cases are fairly rare.
See Also:
sleep(5); pause(5); timer(5); wait(5)