xref: /csrg-svn/share/man/man3f/sleep.3 (revision 20592)
Copyright (c) 1983 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)sleep.3 5.1 (Berkeley) 05/15/85

SLEEP 3F "13 June 1983"
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)