summaryrefslogtreecommitdiff
path: root/sys/man/1/alarm
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2011-11-13 16:32:33 -0600
committerstanley lieber <stanley.lieber@gmail.com>2011-11-13 16:32:33 -0600
commit92fa7cbcd1e519e3fff221cb010caa4ba8669c54 (patch)
treebe813d30129fa3df76ae1ddf32518a741f3ccd9d /sys/man/1/alarm
parent9dd1c2c371b75688dfcf46e52d0ac1a750610a87 (diff)
add alarm(1) man page
Diffstat (limited to 'sys/man/1/alarm')
-rw-r--r--sys/man/1/alarm25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys/man/1/alarm b/sys/man/1/alarm
new file mode 100644
index 000000000..1a1276fb3
--- /dev/null
+++ b/sys/man/1/alarm
@@ -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)