From: Jay Satiro Date: Mon, 2 Mar 2020 22:39:10 +0000 (-0500) Subject: curl_escape.3: Add a link to curl_free X-Git-Tag: curl-7_69_0~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=256a29361f7a4c3d3e09fcb18fcdfce36f821bd3;p=thirdparty%2Fcurl.git curl_escape.3: Add a link to curl_free Ref: https://github.com/curl/curl/pull/5016#issuecomment-593628582 --- diff --git a/docs/libcurl/curl_escape.3 b/docs/libcurl/curl_escape.3 index 03f02d3236..6c24c6617b 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.