diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-10 21:25:32 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-03-10 21:25:32 +0000 |
commit | 84ec796fc6d518ef63ca86a18ac449d89cf49440 (patch) | |
tree | 18159a9b5fedd36c3d0ccd0bd0e3cb563a77fbda /lib/libc_r/man/pthread_testcancel.3 | |
parent | 8affa375cf556683d80098e19f88a249dcfc41db (diff) |
fix comma splices involving 'however'
Diffstat (limited to 'lib/libc_r/man/pthread_testcancel.3')
-rw-r--r-- | lib/libc_r/man/pthread_testcancel.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/man/pthread_testcancel.3 b/lib/libc_r/man/pthread_testcancel.3 index 910c1592d85..a6a0093f915 100644 --- a/lib/libc_r/man/pthread_testcancel.3 +++ b/lib/libc_r/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 |