summaryrefslogtreecommitdiff
path: root/docs/libcurl/gnurl_escape.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/gnurl_escape.3')
-rw-r--r--docs/libcurl/gnurl_escape.32
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/gnurl_escape.3 b/docs/libcurl/gnurl_escape.3
index 33f756eae..58c4e0c1a 100644
--- a/docs/libcurl/gnurl_escape.3
+++ b/docs/libcurl/gnurl_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.