diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2020-03-02 17:39:10 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2020-03-02 18:16:24 -0500 |
commit | 256a29361f7a4c3d3e09fcb18fcdfce36f821bd3 (patch) | |
tree | a2528906f49bc017dcb534d8204e9aee41708f6f | |
parent | 1722eb83b4adf879426908bc6006f869ca224564 (diff) | |
download | curl-256a29361f7a4c3d3e09fcb18fcdfce36f821bd3.tar.gz |
curl_escape.3: Add a link to curl_free
Ref: https://github.com/curl/curl/pull/5016#issuecomment-593628582
-rw-r--r-- | docs/libcurl/curl_escape.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |