diff options
Diffstat (limited to 'docs/man/nng_http_req_free.3http.adoc')
| -rw-r--r-- | docs/man/nng_http_req_free.3http.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/nng_http_req_free.3http.adoc b/docs/man/nng_http_req_free.3http.adoc index 2564c422..daa858b8 100644 --- a/docs/man/nng_http_req_free.3http.adoc +++ b/docs/man/nng_http_req_free.3http.adoc @@ -29,7 +29,7 @@ The `nng_http_req_free()` function deallocates the HTTP request structure _req_ entirely. TIP: Instead of freeing and reallocating request structures, it is possible -to reuse _req_ with `<<nng_http_req_reset.3http#,nng_http_req_reset()>>`. +to reuse _req_ with xref:nng_http_req_reset.3http.adoc[`nng_http_req_reset()`]. == RETURN VALUES @@ -42,6 +42,6 @@ None. == SEE ALSO [.text-left] -<<nng_http_req_alloc.3http#,nng_http_req_alloc(3http)>>, -<<nng_http_req_reset.3http#,nng_http_req_reset(3http)>>, -<<nng.7#,nng(7)>> +xref:nng_http_req_alloc.3http.adoc[nng_http_req_alloc(3http)], +xref:nng_http_req_reset.3http.adoc[nng_http_req_reset(3http)], +xref:nng.7.adoc[nng(7)] |
