summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_unescape.3
diff options
context:
space:
mode:
Diffstat (limited to 'docs/libcurl/curl_easy_unescape.3')
-rw-r--r--docs/libcurl/curl_easy_unescape.311
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/libcurl/curl_easy_unescape.3 b/docs/libcurl/curl_easy_unescape.3
index c2ab814cf..92500b896 100644
--- a/docs/libcurl/curl_easy_unescape.3
+++ b/docs/libcurl/curl_easy_unescape.3
@@ -24,11 +24,12 @@
.SH NAME
curl_easy_unescape - URL decodes the given string
.SH SYNOPSIS
-.B #include <curl/curl.h>
-.sp
-.BI "char *curl_easy_unescape( CURL *" curl ", const char *" url
-.BI ", int "inlength ", int *" outlength " );"
-.ad
+.nf
+#include <curl/curl.h>
+
+char *curl_easy_unescape(CURL *curl, const char *url,
+ int inlength, int *outlength);
+.fi
.SH DESCRIPTION
This function converts the given URL encoded input string to a "plain string"
and returns that in an allocated memory area. All input characters that are