From 566cf0dbbe51ce9b76a6c2bb2d6f81eebc274d21 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 30 May 2018 19:12:25 -0700 Subject: Use IMPORTANT instead of WARNING for consistent icons and messaging. --- docs/man/nn_poll.3compat.adoc | 2 +- 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 `<>` 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 <> sockets when possible. -WARNING: Use of file descriptor polling (with descriptors +IMPORTANT: Use of file descriptor polling (with descriptors obtained using the `<>` or `<>` options) while contexts -- cgit v1.2.3-70-g09d2