xref: /original-bsd/share/man/man3f/sleep.3 (revision 1a56dd2c)
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 6.1 (Berkeley) 05/15/85

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)