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_free.3.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/man/nng_free.3.adoc') diff --git a/docs/man/nng_free.3.adoc b/docs/man/nng_free.3.adoc index d09f3a22..b4fdc249 100644 --- a/docs/man/nng_free.3.adoc +++ b/docs/man/nng_free.3.adoc @@ -25,8 +25,8 @@ void nng_free(void *ptr, size_t size); == DESCRIPTION The `nng_free()` function deallocates a memory region of size _size_, -that was previously allocated by `<>` or -`<>` with the `NNG_FLAG_ALLOC` flag. +that was previously allocated by xref:nng_alloc.3.adoc[`nng_alloc()`] or +xref:nng_recv.3.adoc[`nng_recv()`] with the `NNG_FLAG_ALLOC` flag. IMPORTANT: It is very important that _size_ match the allocation size used to allocate the memory. @@ -48,6 +48,6 @@ None. == SEE ALSO [.text-left] -<>, -<>, -<> +xref:nng_alloc.3.adoc[nng_alloc(3)], +xref:nng_recv.3.adoc[nng_recv(3)], +xref:nng.7.adoc[nng(7)] -- cgit v1.2.3-70-g09d2