* Functions missing from missing_pages.html @ 2022-03-31 16:34 Avinash Sonawane 2022-04-02 21:24 ` Alejandro Colomar (man-pages) 0 siblings, 1 reply; 4+ messages in thread From: Avinash Sonawane @ 2022-03-31 16:34 UTC (permalink / raw) To: mtk.manpages; +Cc: linux-man, alx.manpages 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Functions missing from missing_pages.html 2022-03-31 16:34 Functions missing from missing_pages.html Avinash Sonawane @ 2022-04-02 21:24 ` Alejandro Colomar (man-pages) 2022-04-02 23:05 ` Avinash Sonawane 0 siblings, 1 reply; 4+ messages in thread From: Alejandro Colomar (man-pages) @ 2022-04-02 21:24 UTC (permalink / raw) To: Avinash Sonawane, mtk.manpages; +Cc: linux-man 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@gmail.com> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> 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/ ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: Functions missing from missing_pages.html 2022-04-02 21:24 ` Alejandro Colomar (man-pages) @ 2022-04-02 23:05 ` Avinash Sonawane 2022-04-02 23:25 ` Alejandro Colomar (man-pages) 0 siblings, 1 reply; 4+ messages in thread From: Avinash Sonawane @ 2022-04-02 23:05 UTC (permalink / raw) To: Alejandro Colomar (man-pages); +Cc: mtk.manpages, linux-man On Sat, 2 Apr 2022 23:24:02 +0200 "Alejandro Colomar (man-pages)" <alx.manpages@gmail.com> wrote: > Fixed with the patch below. Cool! Is the webpage https://www.kernel.org/doc/man-pages/missing_pages.html generated from undocumented(3) manpage or does it also need to be updated separately? I still can't see the changes reflected on that webpage... Regards, Avinash Sonawane (rootKea) https://www.rootkea.me ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Functions missing from missing_pages.html 2022-04-02 23:05 ` Avinash Sonawane @ 2022-04-02 23:25 ` Alejandro Colomar (man-pages) 0 siblings, 0 replies; 4+ messages in thread From: Alejandro Colomar (man-pages) @ 2022-04-02 23:25 UTC (permalink / raw) To: Avinash Sonawane; +Cc: mtk.manpages, linux-man Hi Avinash, On 4/3/22 01:05, Avinash Sonawane wrote: > On Sat, 2 Apr 2022 23:24:02 +0200 > "Alejandro Colomar (man-pages)" <alx.manpages@gmail.com> wrote: > >> Fixed with the patch below. > > Cool! > > Is the webpage https://www.kernel.org/doc/man-pages/missing_pages.html > generated from undocumented(3) manpage or does it also need to be > updated separately? > > I still can't see the changes reflected on that webpage... Thanks for reminding me that. I imagined it was autogenerated, but it's not. I'll fix the source code for the website too. However, don't expect to see it updated online until the next release. Thanks, Alex > > Regards, > Avinash Sonawane (rootKea) > https://www.rootkea.me -- Alejandro Colomar Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/ http://www.alejandro-colomar.es/ ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-04-02 23:25 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-03-31 16:34 Functions missing from missing_pages.html Avinash Sonawane 2022-04-02 21:24 ` Alejandro Colomar (man-pages) 2022-04-02 23:05 ` Avinash Sonawane 2022-04-02 23:25 ` Alejandro Colomar (man-pages)
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox