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/nn_sendmsg.3compat.adoc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/man/nn_sendmsg.3compat.adoc') diff --git a/docs/man/nn_sendmsg.3compat.adoc b/docs/man/nn_sendmsg.3compat.adoc index 67b3ddc8..b339bfe6 100644 --- a/docs/man/nn_sendmsg.3compat.adoc +++ b/docs/man/nn_sendmsg.3compat.adoc @@ -28,8 +28,8 @@ The `nn_sendmsg()` function sends the message described by _hdr_ using the socket _sock_. NOTE: This function is provided for API -<> with legacy _libnanomsg_. -Consider using the relevant <> instead. +xref:nng_compat.3compat.adoc[compatibility] with legacy _libnanomsg_. +Consider using the relevant xref:libnng.3.adoc[modern API] instead. The _flags_ field may contain the special flag `NN_DONTWAIT`. In this case, if the socket is unable to accept more data for sending, @@ -59,7 +59,7 @@ There are `msg_iovlen` elements in this array, each of which has the base address (`iov_base`) and length (`iov_len`) indicated. For buffers allocated for zero copy -(such as by `<>`), the value +(such as by xref:nn_allocmsg.3compat.adoc[`nn_allocmsg()`]), the value of `iov_base` should be the address of the pointer to the buffer, rather than the address of the buffer itself. In this case, the value of `iov_len` should be `NN_MSG`, @@ -73,10 +73,10 @@ at its choice.) The values of `msg_control` and `msg_controllen` describe a buffer of ancillary data to send the message. This is currently only useful to provide the message headers -used with <> sockets. +used with xref:nng.7.adoc#raw_mode[raw mode] sockets. In all other circumstances these fields should be zero. Details about this structure are covered in -`<>`. +xref:nn_cmsg.3compat.adoc[`nn_cmsg(3compat)`]. NOTE: The send operation is performed asynchronously, and may not have completed before this function returns control to the caller. @@ -98,10 +98,10 @@ This function returns the number of bytes sent on success, and -1 on error. == SEE ALSO [.text-left] -<>, -<>, -<>, -<>, -<>, -<>, -<> +xref:nn_cmsg.3compat.adoc[nn_cmsg(3compat)], +xref:nn_errno.3compat.adoc[nn_errno(3compat)], +xref:nn_recv.3compat.adoc[nn_recv(3compat)], +xref:nn_send.3compat.adoc[nn_send(3compat)], +xref:nn_socket.3compat.adoc[nn_socket(3compat)], +xref:nng_compat.3compat.adoc[nn_compat(3compat)], +xref:nng.7.adoc[nng(7)] -- cgit v1.2.3-70-g09d2