]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/2/event
9p(2): fix typo
[plan9front.git] / sys / man / 2 / event
index 9c7faaa1b4c95a2a5f539255453aa74f054730c2..b1c8c4ee1b7b467d87f22812d8fc5516cf87a48c 100644 (file)
@@ -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)
@@ -70,10 +70,10 @@ void        edrawgetrect(Rectangle r, int up)
 int    emenuhit(int but, Mouse *m, Menu *menu)
 .PP
 .B
-int    emoveto(Point p)
+void   emoveto(Point p)
 .PP
 .B
-int    esetcursor(Cursor *c)
+void   esetcursor(Cursor *c)
 .PP
 .B
 int    eenter(char *ask, char *buf, int len, Mouse *m)