summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/2/thread4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/2/thread b/sys/man/2/thread
index 96cf19778..90b3a6f45 100644
--- a/sys/man/2/thread
+++ b/sys/man/2/thread
@@ -95,10 +95,10 @@ int threadgrp(void)
int threadsetgrp(int group)
int threadpid(int id)
.XX
-int threadint(int id)
+void threadint(int id)
void threadintgrp(int group)
void threadkill(int id)
-int threadkillgrp(int group)
+void threadkillgrp(int group)
.XX
void threadsetname(char *name, ...)
char* threadgetname(void)