All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pthread_atfork.3: Remove a confusing reference to the current thread
@ 2022-04-12 13:55 Arjun Shankar
  2022-04-12 14:31 ` Florian Weimer
  2022-04-13 18:34 ` Alejandro Colomar
  0 siblings, 2 replies; 6+ messages in thread
From: Arjun Shankar @ 2022-04-12 13:55 UTC (permalink / raw)
  To: linux-man; +Cc: Alejandro Colomar, Michael Kerrisk

The reference to "this thread" in the DESCRIPTION of pthread_atfork(3)
could be incorrectly interpreted to mean that only handlers registered
by the thread calling fork(2) are executed.  Therefore, remove the
reference.

Signed-off-by: Arjun Shankar <arjun@redhat.com>
---
 man3/pthread_atfork.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/pthread_atfork.3 b/man3/pthread_atfork.3
index b727cb48e..db5e210d4 100644
--- a/man3/pthread_atfork.3
+++ b/man3/pthread_atfork.3
@@ -39,7 +39,7 @@ The
 .BR pthread_atfork ()
 function registers fork handlers that are to be executed when
 .BR fork (2)
-is called by this thread.
+is called.
 The handlers are executed in the context of the thread that calls
 .BR fork (2).
 .PP
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-25 20:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-12 13:55 [PATCH] pthread_atfork.3: Remove a confusing reference to the current thread Arjun Shankar
2022-04-12 14:31 ` Florian Weimer
2022-04-12 15:10   ` Arjun Shankar
2022-04-13 18:34 ` Alejandro Colomar
2022-04-13 23:51   ` Arjun Shankar
2022-04-25 20:21     ` Alejandro Colomar

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.