diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-11-05 00:19:10 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-11-05 00:19:10 +0100 |
| commit | b3de1ca93732dd48c4828a37bc6ee3b002f18c6c (patch) | |
| tree | b7c2fc723ef97dd523293ae3d5095f38a6a86032 /man/man3/pthread_cancel.3 | |
| parent | b03e9c5e17f4c21cf74176e9b6d4278ab67dcbf2 (diff) | |
| download | man-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.3 | 2 |
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 |
