esetcursor(2), alarm(2): fix prototypes

This commit is contained in:
ftrvxmtrx 2015-06-09 12:29:57 +02:00
parent 72a168b5fb
commit 86acce7c4d
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ int emenuhit(int but, Mouse *m, Menu *menu)
int emoveto(Point p) int emoveto(Point p)
.PP .PP
.B .B
int esetcursor(Cursor *c) void esetcursor(Cursor *c)
.PP .PP
.B .B
int eenter(char *ask, char *buf, int len, Mouse *m) int eenter(char *ask, char *buf, int len, Mouse *m)

View file

@ -10,7 +10,7 @@ sleep, alarm \- delay, ask for delayed note
int sleep(long millisecs) int sleep(long millisecs)
.PP .PP
.B .B
long alarm(unsigned long millisecs) long alarm(ulong millisecs)
.SH DESCRIPTION .SH DESCRIPTION
.I Sleep .I Sleep
suspends the current process for the number suspends the current process for the number