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_tls.7.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/man/nng_tls.7.adoc') diff --git a/docs/man/nng_tls.7.adoc b/docs/man/nng_tls.7.adoc index c783f739..249159b7 100644 --- a/docs/man/nng_tls.7.adoc +++ b/docs/man/nng_tls.7.adoc @@ -38,7 +38,7 @@ http://nanomsg.org/rfcs/sp-tls-v1.html[TLS Mapping for Scalability Protocols]. Depending upon how the library was built, it may be necessary to register the transport by calling -<>. +`<>`. === Availability @@ -100,10 +100,10 @@ The entire URI must be less than `NNG_MAXADDRLEN` bytes long. === 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). === Transport Options @@ -138,7 +138,7 @@ TIP: Use this option when advanced TLS configuration is required. 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`)):: @@ -147,7 +147,7 @@ This is a write-only option used to load the local certificate and 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`)):: @@ -155,7 +155,7 @@ information. This is a write-only option used to configure the authentication mode 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 +See `<>` for more details. ((`NNG_OPT_TLS_VERIFIED`)):: -- cgit v1.2.3-70-g09d2