diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-05-30 19:12:25 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-05-30 19:12:25 -0700 |
| commit | 566cf0dbbe51ce9b76a6c2bb2d6f81eebc274d21 (patch) | |
| tree | ca4a0b18cfad5297f2c5786692faee8d8bfb3ecb /docs/man | |
| parent | 3e0ecffbd60ac2a6f50643adc07b0d2fea0cb22b (diff) | |
| download | nng-566cf0dbbe51ce9b76a6c2bb2d6f81eebc274d21.tar.gz nng-566cf0dbbe51ce9b76a6c2bb2d6f81eebc274d21.tar.bz2 nng-566cf0dbbe51ce9b76a6c2bb2d6f81eebc274d21.zip | |
Use IMPORTANT instead of WARNING for consistent icons and messaging.
Diffstat (limited to 'docs/man')
| -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 |
