1SLEEP(3F) SLEEP(3F)
23
4
NAME
6sleep - suspend execution for an interval
7
SYNOPSIS
9subroutine sleep (itime)
10
DESCRIPTION
12Sleep causes the calling process to be suspended for itime seconds.
13The actual time can be up to 1 second less than itime due to granularā
14ity in system timekeeping.
15
FILES
17/usr/lib/libU77.a
18
SEE ALSO
20sleep(3)
2122
23
24
4.2 Berkeley Distribution May 15, 1985 SLEEP(3F)