diff options
| author | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2015-06-09 12:29:57 +0200 |
|---|---|---|
| committer | ftrvxmtrx <ftrvxmtrx@gmail.com> | 2015-06-09 12:29:57 +0200 |
| commit | 86acce7c4df8929fa28b346935d840470b190b17 (patch) | |
| tree | beecb7692b9d01be23c2e210748c99140fd4b64c | |
| parent | 72a168b5fb1d3b40bf6c8051d06d7237f27a7d2b (diff) | |
| download | plan9front-86acce7c4df8929fa28b346935d840470b190b17.tar.xz | |
esetcursor(2), alarm(2): fix prototypes
| -rw-r--r-- | sys/man/2/event | 2 | ||||
| -rw-r--r-- | sys/man/2/sleep | 2 |
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 |
