From 7b6e73f23104a50b898da1065cf9d3bf8b6a3bca Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 29 Jun 2019 17:26:04 -0700 Subject: more .adoc markup fixes. This is mostly mechanical-ish fixups to adjust markup style for cross references. A bit of care and feeding needed, so we haven't finished the list, but this gets a significant chunk of them. --- docs/man/nng_dialer_id.3.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/man/nng_dialer_id.3.adoc') diff --git a/docs/man/nng_dialer_id.3.adoc b/docs/man/nng_dialer_id.3.adoc index 029a8b47..e9643109 100644 --- a/docs/man/nng_dialer_id.3.adoc +++ b/docs/man/nng_dialer_id.3.adoc @@ -29,11 +29,11 @@ if it is valid. Otherwise it returns `-1`. NOTE: A dialer is considered valid if it was ever created with the -`<>` or -`<>` functions. +xref:nng_dialer_create.3.adoc[`nng_dialer_create()`] or +xref:nng_dial.3.adoc[`nng_dial()`] functions. Dialers that are allocated on the stack or statically should be initialized with the macro -`<>` to ensure that +xref:nng_ctx.5.adoc#NNG_DIALER_INITIALIZER[`NNG_DIALER_INITIALIZER`] to ensure that they cannot be confused with a valid dialer before they are created properly. == RETURN VALUES @@ -48,5 +48,5 @@ None. == SEE ALSO [.text-left] -<>, -<> +xref:nng_dialer.5.adoc[nng_dialer(5)], +xref:nng.7.adoc[nng(7)] -- cgit v1.2.3-70-g09d2