From 3d3fa690c4f81bf4ed0a2de42c3c8fbb9f4cca5c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 1 May 2018 17:11:32 -0700 Subject: Markup fixes, ensuring links are colored properly. It turns out that when creating cross references, we need to make any text styling (generally literal characters) outside of the link, to avoid having the styling override the link color. (We prefer to have links colored for ease of use.) While here a few other markup, and actual content, errors were fixed. --- docs/man/nng_ctx.5.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/man/nng_ctx.5.adoc') diff --git a/docs/man/nng_ctx.5.adoc b/docs/man/nng_ctx.5.adoc index ada117c3..483a4c1f 100644 --- a/docs/man/nng_ctx.5.adoc +++ b/docs/man/nng_ctx.5.adoc @@ -75,8 +75,8 @@ applications, and should be used in lieu of WARNING: Use of file descriptor polling (with descriptors obtained using the -<> or -<> options) while contexts +`<>` or +`<>` options) while contexts are in use on the same socket is not supported, and may lead to unpredictable behavior. These asynchronous methods should not be mixed on the same socket. @@ -134,8 +134,8 @@ echo(void *arg) Given the above fragment, the following example shows setting up the service. It assumes that the <> has already been created and any transports set up as well with functions such as -<> -or <>. +`<>` +or `<>`. [source,c] ---- -- cgit v1.2.3-70-g09d2