plan9fox/sys/man/1/alarm

26 lines
314 B
Plaintext
Raw Normal View History

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