*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: alarm | Section: 3 | Source: 4.4BSD | File: alarm.3
ALARM(3F) ALARM(3F) NAME alarm - execute a subroutine after a specified time SYNOPSIS integer function alarm (time, proc) integer time external proc DESCRIPTION This routine arranges for subroutine proc to be called after time sec- onds. If time is ``0'', the alarm is turned off and no routine will be called. The returned value will be the time remaining on the last alarm. FILES /usr/lib/libU77.a SEE ALSO alarm(3C), sleep(3F), signal(3F) BUGS Alarm and sleep interact. If sleep is called after alarm, the alarm process will never be called. SIGALRM will occur at the lesser of the remaining alarm time or the sleep time. 4.2 Berkeley Distribution April 30, 1991 ALARM(3F)

Navigation Options