diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/nng_options.5.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_options.5.adoc b/docs/man/nng_options.5.adoc index 1bf0b232..d076efa9 100644 --- a/docs/man/nng_options.5.adoc +++ b/docs/man/nng_options.5.adoc @@ -168,7 +168,7 @@ IMPORTANT: Applications should never attempt to read or write to the returned file descriptor. + IMPORTANT: This option is incompatible with -xref:nng_ctx.5.adoc[`nng_ctx`] contexts and should be used on a socket +xref:nng_ctx.5.adoc[`nng_ctx`] contexts and should not be used on a socket where they are in use. + TIP: While this option may help applications integrate into existing polling @@ -245,7 +245,7 @@ IMPORTANT: Applications should never attempt to read or write to the returned file descriptor; use should be limited to polling system calls only. + IMPORTANT: This option is incompatible with -xref:nng_ctx.5.adoc[`nng_ctx`] contexts and should be used on a socket +xref:nng_ctx.5.adoc[`nng_ctx`] contexts and should not be used on a socket where they are in use. + TIP: While this option may help applications integrate into existing polling |
