Signed-off-by: Tom Schwindl <schwindl@xxxxxxxxx> --- Hi Alex, I missed those, thanks! --- man3/pthread_cancel.3 | 2 +- man7/attributes.7 | 2 +- man7/pthreads.7 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man3/pthread_cancel.3 b/man3/pthread_cancel.3 index da41931a556d..a6bd16bd0cdc 100644 --- a/man3/pthread_cancel.3 +++ b/man3/pthread_cancel.3 @@ -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).) diff --git a/man7/attributes.7 b/man7/attributes.7 index 02b2661b8155..e8d028ee8dc2 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -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), diff --git a/man7/pthreads.7 b/man7/pthreads.7 index e0aad99215d4..50d211a9adba 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -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, -- 2.40.0