From 256a29361f7a4c3d3e09fcb18fcdfce36f821bd3 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Mon, 2 Mar 2020 17:39:10 -0500 Subject: curl_escape.3: Add a link to curl_free Ref: https://github.com/curl/curl/pull/5016#issuecomment-593628582 --- docs/libcurl/curl_escape.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/curl_escape.3 b/docs/libcurl/curl_escape.3 index 03f02d323..6c24c6617 100644 --- a/docs/libcurl/curl_escape.3 +++ b/docs/libcurl/curl_escape.3 @@ -38,7 +38,7 @@ two-digit hexadecimal number). If the 'length' argument is set to 0, curl_escape() will use strlen() on the input 'url' string to find out the size. -You must curl_free() the returned string when you're done with it. +You must \fIcurl_free(3)\fP the returned string when you're done with it. .SH AVAILABILITY Since 7.15.4, \fIcurl_easy_escape(3)\fP should be used. This function will be removed in a future release. -- cgit v1.2.1