ref: 92fa7cbcd1e519e3fff221cb010caa4ba8669c54
parent: 9dd1c2c371b75688dfcf46e52d0ac1a750610a87
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)
--
⑨