summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorftrvxmtrx <ftrvxmtrx@gmail.com>2015-06-09 12:29:57 +0200
committerftrvxmtrx <ftrvxmtrx@gmail.com>2015-06-09 12:29:57 +0200
commit86acce7c4df8929fa28b346935d840470b190b17 (patch)
treebeecb7692b9d01be23c2e210748c99140fd4b64c
parent72a168b5fb1d3b40bf6c8051d06d7237f27a7d2b (diff)
downloadplan9front-86acce7c4df8929fa28b346935d840470b190b17.tar.xz
esetcursor(2), alarm(2): fix prototypes
-rw-r--r--sys/man/2/event2
-rw-r--r--sys/man/2/sleep2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/event b/sys/man/2/event
index 39ec23135..fc3c08991 100644
--- a/sys/man/2/event
+++ b/sys/man/2/event
@@ -73,7 +73,7 @@ int emenuhit(int but, Mouse *m, Menu *menu)
int 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)
diff --git a/sys/man/2/sleep b/sys/man/2/sleep
index 013df3c5b..e91463116 100644
--- a/sys/man/2/sleep
+++ b/sys/man/2/sleep
@@ -10,7 +10,7 @@ sleep, alarm \- delay, ask for delayed note
int sleep(long millisecs)
.PP
.B
-long alarm(unsigned long millisecs)
+long alarm(ulong millisecs)
.SH DESCRIPTION
.I Sleep
suspends the current process for the number