summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/2/event4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/event b/sys/man/2/event
index 9c7faaa1b..39ec23135 100644
--- a/sys/man/2/event
+++ b/sys/man/2/event
@@ -44,9 +44,9 @@ int eatomouse(Mouse *m, char *buf, int n)
ulong estart(ulong key, int fd, int n)
.PP
.B
-ulong estartfn(int id, ulong key, int fd, int n,
+ulong estartfn(ulong key, int fd, int n,
.B
- int (*fn)(Event*, uchar*, int))
+ int (*fn)(int, Event*, uchar*, int))
.PP
.B
ulong etimer(ulong key, int n)