diff options
Diffstat (limited to 'docs/man/nng_cv_until.3supp.adoc')
| -rw-r--r-- | docs/man/nng_cv_until.3supp.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_cv_until.3supp.adoc b/docs/man/nng_cv_until.3supp.adoc index 9300b295..87ba879c 100644 --- a/docs/man/nng_cv_until.3supp.adoc +++ b/docs/man/nng_cv_until.3supp.adoc @@ -37,7 +37,7 @@ atomically just before returning to the caller. (The waiting is done without holding the mutex.) NOTE: Any condition may be used or checked, but the condition must be -checked, as it is possible for this function to wake up "`spuriously`". +checked, as it is possible for this function to wake up spuriously. The best way to do this is inside a loop that repeats until the condition tests for true. |
