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_ws.7.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/man/nng_ws.7.adoc') diff --git a/docs/man/nng_ws.7.adoc b/docs/man/nng_ws.7.adoc index d3b68b99..bc0d9d51 100644 --- a/docs/man/nng_ws.7.adoc +++ b/docs/man/nng_ws.7.adoc @@ -37,11 +37,11 @@ http://nanomsg.org/rfcs/sp-websocket-v1.html[WebSocket Mapping for Scalability P === Registration Depending upon how the library was built, it may be necessary to -register the transport by calling <>. +register the transport by calling `<>`. If ((TLS)) support is enabled in the library, secure WebSockets (over TLS v1.2) can be used as well, but the secure transport may have to be registered using -the <> function. +the `<>` function. === URI Format @@ -82,10 +82,10 @@ permitted, with IPv4 addresses mapped to IPv6 addresses.) === Socket Address -When using an <> structure, +When using an `<>` structure, the actual structure is either of type -<> (for IPv4) or -<> (for IPv6). +`<>` (for IPv4) or +`<>` (for IPv6). === Server Instances @@ -143,7 +143,7 @@ TIP: Use this option when advanced TLS configuration is required. (string) This is a write-only option used to load certificates associated associated private key from a file. -See <> for more +See `<>` for more information. ((`NNG_OPT_TLS_CERT_KEY_FILE`)):: @@ -153,7 +153,7 @@ associated private key from a file. The private key used must be unencrypted. (Use the `NNG_OPT_TLS_CONFIG` option to access the underlying TLS configuration if more advanced configuration is needed.) -See <> for more +See `<>` for more information. ((`NNG_OPT_TLS_AUTH_MODE`)):: @@ -162,7 +162,7 @@ information. used. It can take an integer with value `NNG_TLS_AUTH_MODE_NONE`, `NNG_TLS_AUTH_MODE_REQUIRED`, or `NNG_TLS_AUTH_MODE_OPTIONAL`. -See <> for more +See `<>` for more details. `NNG_OPT_TLS_VERIFIED`:: -- cgit v1.2.3-70-g09d2