From: "Alejandro Colomar (man-pages)" <alx.manpages@gmail.com>
To: Avinash Sonawane <rootkea@gmail.com>, mtk.manpages@gmail.com
Cc: linux-man@vger.kernel.org
Subject: Re: Functions missing from missing_pages.html
Date: Sat, 2 Apr 2022 23:24:02 +0200 [thread overview]
Message-ID: <1148e5eb-a308-eb57-e8ad-dcbf5709eb72@gmail.com> (raw)
In-Reply-To: <20220331220454.6474e671@optimus>
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/
next prev parent reply other threads:[~2022-04-02 21:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-31 16:34 Functions missing from missing_pages.html Avinash Sonawane
2022-04-02 21:24 ` Alejandro Colomar (man-pages) [this message]
2022-04-02 23:05 ` Avinash Sonawane
2022-04-02 23:25 ` Alejandro Colomar (man-pages)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1148e5eb-a308-eb57-e8ad-dcbf5709eb72@gmail.com \
--to=alx.manpages@gmail.com \
--cc=linux-man@vger.kernel.org \
--cc=mtk.manpages@gmail.com \
--cc=rootkea@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.