diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-06-29 17:26:04 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-06-29 17:26:04 -0700 |
| commit | 7b6e73f23104a50b898da1065cf9d3bf8b6a3bca (patch) | |
| tree | 7b78decbdc3bbdfac1b80d13a145aa640f2a7504 /docs/man/nng_dialer_set.3.adoc | |
| parent | 3e8522a8c766deeb97158cdeb2cd35470063f35f (diff) | |
| download | nng-7b6e73f23104a50b898da1065cf9d3bf8b6a3bca.tar.gz nng-7b6e73f23104a50b898da1065cf9d3bf8b6a3bca.tar.bz2 nng-7b6e73f23104a50b898da1065cf9d3bf8b6a3bca.zip | |
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.
Diffstat (limited to 'docs/man/nng_dialer_set.3.adoc')
| -rw-r--r-- | docs/man/nng_dialer_set.3.adoc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/man/nng_dialer_set.3.adoc b/docs/man/nng_dialer_set.3.adoc index 5f81e9a0..76f20e6c 100644 --- a/docs/man/nng_dialer_set.3.adoc +++ b/docs/man/nng_dialer_set.3.adoc @@ -42,9 +42,9 @@ int nng_dialer_set_uint64(nng_dialer d, const char *opt, uint64_t u64); (((options, dialer))) The `nng_dialer_set()` functions are used to configure options for -the <<nng_dialer.5#,dialer>> _d_. +the xref:nng_dialer.5.adoc[dialer] _d_. The actual options that may be configured in this way -vary, and many are documented in <<nng_options.5#,nng_options(5)>>. +vary, and many are documented in xref:nng_options.5.adoc[nng_options(5)]. Additionally some transport-specific options are documented with the transports themselves. @@ -76,14 +76,14 @@ The _ival_ is passed to the option. `nng_dialer_set_ms()`:: This function is used to configure time durations (such as timeouts) using -type `<<nng_duration.5#,nng_duration>>`. +type xref:nng_duration.5.adoc[`nng_duration`]. The duration _dur_ is an integer number of milliseconds. `nng_dialer_set_ptr()`:: This function is used to pass a pointer, _ptr_, to structured data. The data referenced by _ptr_ is generally managed by other functions. For example, TLS configuration objects created with -(`<<nng_tls_config_alloc.3tls#,nng_tls_config_alloc()>>`) +(xref:nng_tls_config_alloc.3tls.adoc[`nng_tls_config_alloc()`]) can be passed this way. NOTE: This form is somewhat special in that the object is generally @@ -122,10 +122,10 @@ These functions return 0 on success, and non-zero otherwise. == SEE ALSO [.text-left] -<<nng_dialer_create.3#,nng_dialer_create(3)>> -<<nng_dialer_get.3#,nng_dialer_get(3)>> -<<nng_strerror.3#,nng_strerror(3)>>, -<<nng_dialer.5#,nng_dialer(5)>>, -<<nng_duration.5#,nng_duration(5)>>, -<<nng_options.5#,nng_options(5)>>, -<<nng.7#,nng(7)>> +xref:nng_dialer_create.3.adoc[nng_dialer_create(3)] +xref:nng_dialer_get.3.adoc[nng_dialer_get(3)] +xref:nng_strerror.3.adoc[nng_strerror(3)], +xref:nng_dialer.5.adoc[nng_dialer(5)], +xref:nng_duration.5.adoc[nng_duration(5)], +xref:nng_options.5.adoc[nng_options(5)], +xref:nng.7.adoc[nng(7)] |
