add alarm(1) man page
This commit is contained in:
parent
9dd1c2c371
commit
92fa7cbcd1
1 changed files with 25 additions and 0 deletions
25
sys/man/1/alarm
Normal file
25
sys/man/1/alarm
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
.TH ALARM 1
|
||||||
|
.SH NAME
|
||||||
|
alarm \- ask for delayed note
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B alarm
|
||||||
|
[
|
||||||
|
.I time
|
||||||
|
.I path
|
||||||
|
.I arg
|
||||||
|
]
|
||||||
|
.SH DESCRIPTION
|
||||||
|
.I Alarm
|
||||||
|
causes an
|
||||||
|
.B alarm
|
||||||
|
note (see
|
||||||
|
.IR notify (2))
|
||||||
|
to be sent to the process indicated by the argument
|
||||||
|
.I path
|
||||||
|
after the number of seconds
|
||||||
|
given by the argument
|
||||||
|
.I time.
|
||||||
|
.SH SOURCE
|
||||||
|
.B /sys/src/cmd/alarm.c
|
||||||
|
.SH SEE ALSO
|
||||||
|
.IR sleep (2)
|
Loading…
Add table
Add a link
Reference in a new issue