From dcb962389c5f71bc25cdb84f3363eed95bad9bdd Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 6 Jul 2019 13:33:55 -0700 Subject: fixes #861 Man pages need to use .adoc suffix --- docs/man/nng_socket_set.3.adoc | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/man/nng_socket_set.3.adoc') 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 <>. +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 `<>`. +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 -(`<>`) +(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] -<>, -<>, -<>, -<>, -<>, -<>, -<> +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)] -- cgit v1.2.3-70-g09d2