git: 9front

Download patch

ref: 7f25c88476a0cb249f85f3586b6a93c7c8d8d3fa
parent: ae5f5b0007d2e72ce5c76a1264200726d1413102
author: stanley lieber <stanley.lieber@gmail.com>
date: Sun Nov 13 11:32:33 EST 2011

add alarm(1) man page

--- /dev/null
+++ b/sys/man/1/alarm
@@ -1,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)
--