public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] pthread_key_create.3: tfix
@ 2023-11-22 21:08 Jakub Wilk
  2023-11-22 21:08 ` [PATCH 2/5] proc_crypto.5: spfix Jakub Wilk
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jakub Wilk @ 2023-11-22 21:08 UTC (permalink / raw)
  To: Michael Kerrisk, Alejandro Colomar; +Cc: linux-man

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
---
 man3/pthread_key_create.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man3/pthread_key_create.3 b/man3/pthread_key_create.3
index a1384e4c2..ea89501a0 100644
--- a/man3/pthread_key_create.3
+++ b/man3/pthread_key_create.3
@@ -136,7 +136,7 @@ pthread_create(3), pthread_exit(3), pthread_testcancel(3).
 .SH EXAMPLE
 The following code fragment
 allocates a thread-specific array of 100 characters,
-with automatic reclaimation at thread exit:
+with automatic reclamation at thread exit:
 .P
 .RS
 .ft 3
-- 
2.39.2


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

end of thread, other threads:[~2023-11-22 21:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 21:08 [PATCH 1/5] pthread_key_create.3: tfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 2/5] proc_crypto.5: spfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 3/5] proc_pid_mountinfo.5: spfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 4/5] proc_pid_oom_score_adj.5: tfix Jakub Wilk
2023-11-22 21:08 ` [PATCH 5/5] proc_sys_user.5: tfix Jakub Wilk
2023-11-22 21:55   ` Alejandro Colomar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox