summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schwindl <schwindl@posteo.de>2023-03-17 23:16:40 +0000
committerAlejandro Colomar <alx@kernel.org>2023-03-18 00:18:54 +0100
commitc0db50a790aeb212fdff00cbbceaabab12c97f42 (patch)
tree36e633ac1b42484a793c3837a449bde87ae68c04
parent196224f70f7dc4931afe6119f9667ca635e10d7e (diff)
man*/: tfix
Signed-off-by: Tom Schwindl <schwindl@posteo.de> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/pthread_cancel.32
-rw-r--r--man7/attributes.72
-rw-r--r--man7/pthreads.72
3 files changed, 3 insertions, 3 deletions
diff --git a/man3/pthread_cancel.3 b/man3/pthread_cancel.3
index da41931a5..a6bd16bd0 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 02b2661b8..e8d028ee8 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 e0aad9921..50d211a9a 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,