]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man*/: tfix
authorTom Schwindl <schwindl@posteo.de>
Fri, 17 Mar 2023 23:16:40 +0000 (23:16 +0000)
committerAlejandro Colomar <alx@kernel.org>
Fri, 17 Mar 2023 23:18:54 +0000 (00:18 +0100)
Signed-off-by: Tom Schwindl <schwindl@posteo.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/pthread_cancel.3
man7/attributes.7
man7/pthreads.7

index da41931a556d31d63d045db22520343e4e33bd0e..a6bd16bd0cdc04d56b2dbe881c6a8591570295be 100644 (file)
@@ -61,7 +61,7 @@ When a cancelation requested is acted on, the following steps occur for
 .I thread
 (in this order):
 .IP (1) 5
-Cancellation clean-up handlers are popped
+Cancelation clean-up handlers are popped
 (in the reverse of the order in which they were pushed) and called.
 (See
 .BR pthread_cleanup_push (3).)
index 02b2661b81559f770eaa11499804b0b59a73aa59..e8d028ee8dc26cb332f9853cbc852c95db85dd07 100644 (file)
@@ -67,7 +67,7 @@ safe for inlining.
 .\" .I AC-Safe
 .\" or Async-Cancel-Safe functions are safe to call when
 .\" asynchronous cancelation is enabled.
-.\" AC in AC-Safe stands for Asynchronous Cancellation.
+.\" AC in AC-Safe stands for Asynchronous Cancelation.
 .\"
 .\" The POSIX standard defines only three functions to be AC-Safe, namely
 .\" .BR pthread_cancel (3),
index e0aad99215d40855ee5ade80cc55e3f5eb6fbeb3..50d211a9adba1405c192f81d992a519c27f219a2 100644 (file)
@@ -235,7 +235,7 @@ pthread_setcancelstate()
 pthread_setcanceltype()
 .EE
 .in
-.SS Cancellation points
+.SS Cancelation points
 POSIX.1 specifies that certain functions must,
 and certain other functions may, be cancelation points.
 If a thread is cancelable, its cancelability type is deferred,