xref: /original-bsd/share/man/man3f/sleep.3 (revision c3e32dec)
Copyright (c) 1983, 1993
The Regents of the University of California. All rights reserved.

%sccs.include.proprietary.roff%

@(#)sleep.3 8.1 (Berkeley) 06/05/93

SLEEP 3F ""
C 5
NAME
sleep - suspend execution for an interval
SYNOPSIS
subroutine sleep (itime)
DESCRIPTION
Sleep causes the calling process to be suspended for itime seconds. The actual time can be up to 1 second less than itime due to granularity in system timekeeping.
FILES
"SEE ALSO"
sleep(3)