summaryrefslogtreecommitdiff
path: root/sys/man/1/alarm
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@rei2.9hal>2012-02-15 19:40:08 +0100
committercinap_lenrek <cinap_lenrek@rei2.9hal>2012-02-15 19:40:08 +0100
commit739846b45263c16a817e9288ec87f371dacc443e (patch)
tree48cf739c525ccf7cbbee516b2658c58615cdf068 /sys/man/1/alarm
parent9f6eb984ece407fcd501492023af13f1ede5e08b (diff)
alarm(1) manpage
Diffstat (limited to 'sys/man/1/alarm')
-rw-r--r--sys/man/1/alarm16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/man/1/alarm b/sys/man/1/alarm
index 1a1276fb3..2e081bbe9 100644
--- a/sys/man/1/alarm
+++ b/sys/man/1/alarm
@@ -3,10 +3,10 @@
alarm \- ask for delayed note
.SH SYNOPSIS
.B alarm
-[
.I time
-.I path
-.I arg
+.I command
+[
+.I arg ...
]
.SH DESCRIPTION
.I Alarm
@@ -14,11 +14,11 @@ 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.
+to be sent to the process indicated by
+.I command
+after
+.I time
+seconds.
.SH SOURCE
.B /sys/src/cmd/alarm.c
.SH SEE ALSO