plan9fox/sys/man/1/alarm

26 lines
314 B
Text
Raw Normal View History

2011-11-13 16:32:33 -06:00
.TH ALARM 1
.SH NAME
alarm \- ask for delayed note
.SH SYNOPSIS
.B alarm
.I time
2012-02-15 19:40:08 +01:00
.I command
[
.I arg ...
2011-11-13 16:32:33 -06:00
]
.SH DESCRIPTION
.I Alarm
causes an
.B alarm
note (see
.IR notify (2))
2012-02-15 19:40:08 +01:00
to be sent to the process indicated by
.I command
after
.I time
seconds.
2011-11-13 16:32:33 -06:00
.SH SOURCE
.B /sys/src/cmd/alarm.c
.SH SEE ALSO
.IR sleep (2)