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_sockaddr_in.5.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/man/nng_sockaddr_in.5.adoc') diff --git a/docs/man/nng_sockaddr_in.5.adoc b/docs/man/nng_sockaddr_in.5.adoc index 0bdf5006..a7ef13b6 100644 --- a/docs/man/nng_sockaddr_in.5.adoc +++ b/docs/man/nng_sockaddr_in.5.adoc @@ -33,12 +33,12 @@ typedef struct { == DESCRIPTION (((socket, address, IPv4))) -An `nng_sockaddr_in` is the flavor of `<>` +An `nng_sockaddr_in` is the flavor of xref:nng_sockaddr.5.adoc[`nng_sockaddr`] used to represent TCP (and sometimes UDP) addresses, including the Internet Protocol (IP) address and port number.(((port number, TCP))) This structure is used with IPv4 addresses. -A different structure, `<>`, is used +A different structure, xref:nng_sockaddr_in6.5.adoc[`nng_sockaddr_in6`], is used for IPv6 addresses. The following structure members are present: @@ -65,7 +65,7 @@ _not_ the same, and they may not be used interchangeably. == SEE ALSO [.text-left] -<>, -<>, -<>, -<> +xref:nng_sockaddr.5.adoc[nng_sockaddr(5)], +xref:nng_sockaddr_in6.5.adoc[nng_sockaddr_in6(5)], +xref:nng_tcp.7.adoc[nng_tcp(7)], +xref:nng.7.adoc[nng(7)] -- cgit v1.2.3-70-g09d2