diff options
Diffstat (limited to 'lib/libpthread/man/pthread_testcancel.3')
-rw-r--r-- | lib/libpthread/man/pthread_testcancel.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_testcancel.3 b/lib/libpthread/man/pthread_testcancel.3 index 910c1592d85..a6a0093f915 100644 --- a/lib/libpthread/man/pthread_testcancel.3 +++ b/lib/libpthread/man/pthread_testcancel.3 @@ -80,7 +80,7 @@ When cancelability is enabled and the cancelability type is cancellation requests are held pending until a cancellation point (see below) is reached. If cancelability is disabled, the setting of the cancelability type has no immediate effect as all cancellation requests -are held pending, however, once cancelability is enabled again the new +are held pending; however, once cancelability is enabled again the new type will be in effect. .El .Ss Cancellation Points |