ref: f1492f59e59436b514296ce3cf3d5c601344a931
parent: cd220f78769eced239edb802cd0d702839c9a7d1
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Aug 6 11:09:18 EDT 2016
thread(2): threadgrp() -> threadgetgrp(), thanks jpm
--- a/sys/man/2/thread
+++ b/sys/man/2/thread
@@ -91,7 +91,7 @@
void yield(void)
.XX
int threadid(void)
-int threadgrp(void)
+int threadgetgrp(void)
int threadsetgrp(int group)
int threadpid(int id)
.XX
@@ -271,7 +271,7 @@
The initial thread has a group id of zero.
Each new thread inherits the group id of
the thread that created it.
-.I Threadgrp
+.I Threadgetgrp
returns the group id for the current thread;
.I threadsetgrp
sets it.
--
⑨