Hello Avinash, On 3/31/22 18:34, Avinash Sonawane wrote: > Hello! > > I just noticed that 5 C11 threads functions are missing > from "C11 Threads functions" section on "Manual pages that are missing > from Linux man-pages" page at > https://www.kernel.org/doc/man-pages/missing_pages.html > > Those are: thrd_create(), thrd_current(), thrd_equal(), thrd_sleep() > and thrd_yield(). > > Thanks! > > Regards, > Avinash Sonawane (rootKea) > https://www.rootkea.me Fixed with the patch below. Thanks, Alex --- undocumented.3: Add thrd_*() C11 functions Reported-by: Avinash Sonawane <rootkea@xxxxxxxxx> Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> diff --git a/man3/undocumented.3 b/man3/undocumented.3 index 77750958d..d0f7fbd59 100644 --- a/man3/undocumented.3 +++ b/man3/undocumented.3 @@ -97,6 +97,11 @@ for inclusion in the next man page release. .BR svc_exit (3), .BR svcudp_enablecache (3), .BR tell (3), +.BR thrd_create (3), +.BR thrd_current (3), +.BR thrd_equal (3), +.BR thrd_sleep (3), +.BR thrd_yield (3), .BR tr_break (3), .BR tzsetwall (3), .BR ufc_dofinalperm (3), -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/