From 7b6e73f23104a50b898da1065cf9d3bf8b6a3bca Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 29 Jun 2019 17:26:04 -0700 Subject: 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. --- docs/man/nng_alloc.3.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/man/nng_alloc.3.adoc') diff --git a/docs/man/nng_alloc.3.adoc b/docs/man/nng_alloc.3.adoc index fdde0023..93c03111 100644 --- a/docs/man/nng_alloc.3.adoc +++ b/docs/man/nng_alloc.3.adoc @@ -29,9 +29,9 @@ at least _size_ bytes. The memory will be 64-bit aligned. The returned memory can be used to hold message buffers, in which -case it can be directly passed to `<>` using +case it can be directly passed to xref:nng_send.3.adoc[`nng_send()`] using the flag `NNG_FLAG_ALLOC`. Alternatively, it can be freed when no -longer needed using `<>`. +longer needed using xref:nng_free.3.adoc[`nng_free()`]. IMPORTANT: Do not use the system `free()` function to release this memory. On some platforms this may work, but it is not guaranteed and may lead @@ -50,7 +50,7 @@ treated the same as `NNG_ENOMEM`. == SEE ALSO [.text-left] -<>, -<>, -<>, -<> +xref:nng_free.3.adoc[nng_free(3)], +xref:nng_send.3.adoc[nng_send(3)], +xref:nng_strerror.3.adoc[nng_strerror(3)], +xref:nng.7.adoc[nng(7)] -- cgit v1.2.3-70-g09d2