diff options
Diffstat (limited to 'docs/man/nng_dialer_id.3.adoc')
| -rw-r--r-- | docs/man/nng_dialer_id.3.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/nng_dialer_id.3.adoc b/docs/man/nng_dialer_id.3.adoc index cf8936b5..a25125f4 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 -<<nng_dialer_create.3#,`nng_dialer_create`>> or -<<nng_dial.3#,`nng_dial`>> functions. +`<<nng_dialer_create.3#,nng_dialer_create>>` or +`<<nng_dial.3#,nng_dial>>` functions. Dialers that are allocated on the stack or statically should be initialized with the macro -<<nng_ctx.5#NNG_DIALER_INITIALIZER,`NNG_DIALER_INITIALIZER`>> to ensure that +`<<nng_ctx.5#NNG_DIALER_INITIALIZER,NNG_DIALER_INITIALIZER>>` to ensure that they cannot be confused with a valid dialer before they are created properly. == RETURN VALUES |
