diff options
Diffstat (limited to 'docs/man/nng_socket_set.3.adoc')
| -rw-r--r-- | docs/man/nng_socket_set.3.adoc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/man/nng_socket_set.3.adoc b/docs/man/nng_socket_set.3.adoc index bb84861a..0b6df4f9 100644 --- a/docs/man/nng_socket_set.3.adoc +++ b/docs/man/nng_socket_set.3.adoc @@ -43,7 +43,7 @@ The `nng_socket_set()` functions are used to configure options for the socket _s_. The actual options that may be configured in this way vary, and are specified by _opt_. -A number of them are documented in <<nng_options.5#,nng_options(5)>>. +A number of them are documented in xref:nng_options.5.adoc[nng_options(5)]. Additionally some transport-specific and protocol-specific options are documented with the transports and protocols themselves. @@ -70,14 +70,14 @@ The _ival_ is passed to the option. `nng_socket_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_socket_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 @@ -115,10 +115,10 @@ These functions return 0 on success, and non-zero otherwise. == SEE ALSO [.text-left] -<<nng_socket_get.3#,nng_socket_get(3)>>, -<<nng_dialer_set.3#,nng_dialer_set(3)>>, -<<nng_listener_set.3#,nng_listener_set(3)>>, -<<nng_strerror.3#,nng_strerror(3)>>, -<<nng_options.5#,nng_options(5)>>, -<<nng_socket.5#,nng_socket(5)>>, -<<nng.7#,nng(7)>> +xref:nng_socket_get.3.adoc[nng_socket_get(3)], +xref:nng_dialer_set.3.adoc[nng_dialer_set(3)], +xref:nng_listener_set.3.adoc[nng_listener_set(3)], +xref:nng_strerror.3.adoc[nng_strerror(3)], +xref:nng_options.5.adoc[nng_options(5)], +xref:nng_socket.5.adoc[nng_socket(5)], +xref:nng.7.adoc[nng(7)] |
