* Issue in man page clone.2
@ 2023-11-01 14:02 Helge Kreutzmann
2023-11-01 15:05 ` Alejandro Colomar
0 siblings, 1 reply; 5+ messages in thread
From: Helge Kreutzmann @ 2023-11-01 14:02 UTC (permalink / raw)
To: alx.manpages; +Cc: mario.blaettermann, linux-man
Without further ado, the following was found:
Issue: I<exit_signal.> → I<exit_signal>.
"B<CLONE_THREAD> or B<CLONE_PARENT> was specified in the I<flags> mask, but a "
"signal was specified in I<exit_signal.>"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Issue in man page clone.2
2023-11-01 14:02 Issue in man page clone.2 Helge Kreutzmann
@ 2023-11-01 15:05 ` Alejandro Colomar
0 siblings, 0 replies; 5+ messages in thread
From: Alejandro Colomar @ 2023-11-01 15:05 UTC (permalink / raw)
To: Helge Kreutzmann; +Cc: mario.blaettermann, linux-man
[-- Attachment #1: Type: text/plain, Size: 563 bytes --]
Hi Helge,
On Wed, Nov 01, 2023 at 02:02:10PM +0000, Helge Kreutzmann wrote:
> Without further ado, the following was found:
>
> Issue: I<exit_signal.> → I<exit_signal>.
Thanks for the report. I've applied this fix:
<https://www.alejandro-colomar.es/src/alx/linux/man-pages/man-pages.git/commit/?h=contrib&id=befb4aaa6d3e2bf1bf975a3585c23b863a534092>
Cheers,
Alex
>
> "B<CLONE_THREAD> or B<CLONE_PARENT> was specified in the I<flags> mask, but a "
> "signal was specified in I<exit_signal.>"
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Issue in man page clone.2
@ 2024-11-17 10:46 Helge Kreutzmann
2024-11-17 15:01 ` Alejandro Colomar
0 siblings, 1 reply; 5+ messages in thread
From: Helge Kreutzmann @ 2024-11-17 10:46 UTC (permalink / raw)
To: alx; +Cc: mario.blaettermann, linux-man
Without further ado, the following was found:
Issue: I<exit_signal.> → I<exit_signal>.
"B<CLONE_THREAD> or B<CLONE_PARENT> was specified in the I<flags> mask, but a "
"signal was specified in I<exit_signal>."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Issue in man page clone.2
2024-11-17 10:46 Helge Kreutzmann
@ 2024-11-17 15:01 ` Alejandro Colomar
2024-11-17 15:16 ` Helge Kreutzmann
0 siblings, 1 reply; 5+ messages in thread
From: Alejandro Colomar @ 2024-11-17 15:01 UTC (permalink / raw)
To: Helge Kreutzmann; +Cc: mario.blaettermann, linux-man
[-- Attachment #1: Type: text/plain, Size: 1148 bytes --]
Hi Helge,
On Sun, Nov 17, 2024 at 10:46:25AM GMT, Helge Kreutzmann wrote:
> Without further ado, the following was found:
>
> Issue: I<exit_signal.> → I<exit_signal>.
>
> "B<CLONE_THREAD> or B<CLONE_PARENT> was specified in the I<flags> mask, but a "
> "signal was specified in I<exit_signal>."
>
This was fixed in
commit befb4aaa6d3e2bf1bf975a3585c23b863a534092
Author: Alejandro Colomar <alx@kernel.org>
Date: Wed Nov 1 16:02:49 2023 +0100
clone.2: ffix
Fixes: 184ecd225079 ("clone.2: Note EINVAL when exit_signal + bad flags")
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Cc: Mario Blaettermann <mario.blaettermann@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
diff --git a/man2/clone.2 b/man2/clone.2
index e5ba4fc44..8e5eae806 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -1449,7 +1449,7 @@ .SH ERRORS
was specified in the
.I flags
mask, but a signal was specified in
-.I exit_signal.
+.IR exit_signal .
.TP
.BR EINVAL " (AArch64 only, Linux 4.6 and earlier)"
.I stack
Cheers,
Alex
--
<https://www.alejandro-colomar.es/>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: Issue in man page clone.2
2024-11-17 15:01 ` Alejandro Colomar
@ 2024-11-17 15:16 ` Helge Kreutzmann
0 siblings, 0 replies; 5+ messages in thread
From: Helge Kreutzmann @ 2024-11-17 15:16 UTC (permalink / raw)
To: Alejandro Colomar; +Cc: mario.blaettermann, linux-man
[-- Attachment #1: Type: text/plain, Size: 696 bytes --]
Hello Alejandro,
Am Sun, Nov 17, 2024 at 04:01:29PM +0100 schrieb Alejandro Colomar:
> This was fixed in
>
> commit befb4aaa6d3e2bf1bf975a3585c23b863a534092
> Author: Alejandro Colomar <alx@kernel.org>
> Date: Wed Nov 1 16:02:49 2023 +0100
Yes, ashes on my head. I usually double check the FIXME, but this one
slipped me. The text is correct in all distros.
Greetings
Helge
--
Dr. Helge Kreutzmann debian@helgefjell.de
Dipl.-Phys. http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
Help keep free software "libre": http://www.ffii.de/
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-11-17 15:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-01 14:02 Issue in man page clone.2 Helge Kreutzmann
2023-11-01 15:05 ` Alejandro Colomar
-- strict thread matches above, loose matches on Subject: below --
2024-11-17 10:46 Helge Kreutzmann
2024-11-17 15:01 ` Alejandro Colomar
2024-11-17 15:16 ` Helge Kreutzmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox