]> git.lizzy.rs Git - plan9front.git/blob - sys/man/1/alarm
add alarm(1) man page
[plan9front.git] / sys / man / 1 / alarm
1 .TH ALARM 1
2 .SH NAME
3 alarm \- ask for delayed note
4 .SH SYNOPSIS
5 .B alarm
6 [
7 .I time
8 .I path
9 .I arg
10 ]
11 .SH DESCRIPTION
12 .I Alarm
13 causes an
14 .B alarm
15 note (see
16 .IR notify (2))
17 to be sent to the process indicated by the argument
18 .I path
19 after the number of seconds
20 given by the argument
21 .I time.
22 .SH SOURCE
23 .B /sys/src/cmd/alarm.c
24 .SH SEE ALSO
25 .IR sleep (2)