diff options
| -rw-r--r-- | docs/man/nn_poll.3compat.adoc | 2 | ||||
| -rw-r--r-- | docs/man/nng_ctx.5.adoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nn_poll.3compat.adoc b/docs/man/nn_poll.3compat.adoc index 5a09b370..27c9cbcb 100644 --- a/docs/man/nn_poll.3compat.adoc +++ b/docs/man/nn_poll.3compat.adoc @@ -66,7 +66,7 @@ after updating the current status of the sockets. If the _timeout_ is -1, then the function waits forever, or until one of the requested events occurs. -WARNING: This function is only suitable for use with sockets obtained with the +IMPORTANT: This function is only suitable for use with sockets obtained with the `<<nn_socket.3compat#,nn_socket()>>` function, and is not compatible with file descriptors obtained via any other means. This includes file descriptors obtained using the `NN_SNDFD` or `NN_RCVFD` diff --git a/docs/man/nng_ctx.5.adoc b/docs/man/nng_ctx.5.adoc index a382f4ab..0ca0b9de 100644 --- a/docs/man/nng_ctx.5.adoc +++ b/docs/man/nng_ctx.5.adoc @@ -73,7 +73,7 @@ TIP: Contexts are an excellent mechanism to use when building concurrent applications, and should be used in lieu of <<nng.7#raw_mode,raw mode>> sockets when possible. -WARNING: Use of file descriptor polling (with descriptors +IMPORTANT: Use of file descriptor polling (with descriptors obtained using the `<<nng_options.5#NNG_OPT_RECVFD,NNG_OPT_RECVFD>>` or `<<nng_options.5#NNG_OPT_SENDFD,NNG_OPT_SENDFD>>` options) while contexts |
