diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html index fa78eac460..5f1b35ca94 100644 --- a/Documentation/NuttxUserGuide.html +++ b/Documentation/NuttxUserGuide.html @@ -6230,7 +6230,7 @@ When cancelability is disabled, all cancellations are held pending in the target Either asychronrously or deferred. Asynchronous cancellations we be acted upon immediately (when enabled), interrupting the thread with its processing in an abritray state.
-When cancelability is deferred, all cancels are held pending in the target thread until the thread changes the cancelability type or a Cancellation Point function such as pthread_cancel()
.
When cancelability is deferred, all cancellations are held pending in the target thread until the thread changes the cancelability type or a Cancellation Point function such as pthread_testcancel()
is entered.
Input Parameters: