From: Tom Schwindl Date: Fri, 17 Mar 2023 23:16:40 +0000 (+0000) Subject: man*/: tfix X-Git-Tag: man-pages-6.04~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0db50a790aeb212fdff00cbbceaabab12c97f42;p=thirdparty%2Fman-pages.git man*/: tfix Signed-off-by: Tom Schwindl Signed-off-by: Alejandro Colomar --- diff --git a/man3/pthread_cancel.3 b/man3/pthread_cancel.3 index da41931a55..a6bd16bd0c 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 02b2661b81..e8d028ee8d 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 e0aad99215..50d211a9ad 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,