minix man page for sleep

Query: sleep

OS: minix

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SLEEP(3)						     Library Functions Manual							  SLEEP(3)

NAME
sleep - suspend execution for interval
SYNOPSIS
#include <unistd.h> unsigned int sleep(unsigned int seconds)
DESCRIPTION
The current process is suspended from execution for the number of seconds specified by the argument. The routine is implemented by setting an alarm timer and pausing until it occurs. The previous state of this timer is saved and restored. If the sleep time exceeds the time to the expiration of the previous timer, the process sleeps only until the signal would have occurred, and the signal is sent 1 second later.
SEE ALSO
alarm(2), pause(2). 4th Berkeley Distribution May 12, 1986 SLEEP(3)
Related Man Pages
alarm(2) - redhat
sleep(3) - osx
sleep(3) - linux
sleep(3) - ultrix
sleep(3) - php
Similar Topics in the Unix Linux Community
telnet in a script
Wants alternate to the Sleep option??
script to check for existence of file (or else sleep for x time)
How to sleep and wake a thread???
Help with trap and signals