aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3/pthread_cancel.3
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-11-05 00:19:10 +0100
committerAlejandro Colomar <alx@kernel.org>2024-11-05 00:19:10 +0100
commitb3de1ca93732dd48c4828a37bc6ee3b002f18c6c (patch)
treeb7c2fc723ef97dd523293ae3d5095f38a6a86032 /man/man3/pthread_cancel.3
parentb03e9c5e17f4c21cf74176e9b6d4278ab67dcbf2 (diff)
downloadman-pages-b3de1ca93732dd48c4828a37bc6ee3b002f18c6c.tar.gz
pthread_cancel.3: tfix
Reported-by: Jona Christopher Sahnwaldt <jcsahnwaldt@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/pthread_cancel.3')
-rw-r--r--man/man3/pthread_cancel.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man3/pthread_cancel.3 b/man/man3/pthread_cancel.3
index abdf072208..acd23517d9 100644
--- a/man/man3/pthread_cancel.3
+++ b/man/man3/pthread_cancel.3
@@ -57,7 +57,7 @@ the thread next calls a function that is a
A list of functions that are or may be cancelation points is provided in
.BR pthreads (7).
.P
-When a cancelation requested is acted on, the following steps occur for
+When a cancelation request is acted on, the following steps occur for
.I thread
(in this order):
.IP (1) 5