aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_escape.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-04-09 11:27:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-04-09 11:27:47 +0000
commit2dc20b84c1ca1588e40ff8e99ab67dd3ed2dc00e (patch)
tree7e45a143dc9025be65364a1ba87593f092657169 /docs/libcurl/curl_easy_escape.3
parent39b689f966537c2dfd64e9b5aaf559ba7c9801cd (diff)
downloadgnurl-2dc20b84c1ca1588e40ff8e99ab67dd3ed2dc00e.tar.gz
gnurl-2dc20b84c1ca1588e40ff8e99ab67dd3ed2dc00e.tar.bz2
gnurl-2dc20b84c1ca1588e40ff8e99ab67dd3ed2dc00e.zip
"tag" the function referals properly
Diffstat (limited to 'docs/libcurl/curl_easy_escape.3')
-rw-r--r--docs/libcurl/curl_easy_escape.38
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libcurl/curl_easy_escape.3 b/docs/libcurl/curl_easy_escape.3
index 73c09b4f1..d9ff6222a 100644
--- a/docs/libcurl/curl_easy_escape.3
+++ b/docs/libcurl/curl_easy_escape.3
@@ -5,7 +5,7 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
-.\" * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
@@ -35,12 +35,12 @@ returns that as a new allocated string. All input characters that are not a-z,
A-Z or 0-9 are converted to their "URL escaped" version (%NN where NN is a
two-digit hexadecimal number).
-If the \fBlength\fP argument is set to 0 (zero), curl_easy_escape() uses
-strlen() on the input \fBurl\fP to find out the size.
+If the \fBlength\fP argument is set to 0 (zero), \fIcurl_easy_escape(3)\fP
+uses strlen() on the input \fBurl\fP to find out the size.
You must \fIcurl_free(3)\fP the returned string when you're done with it.
.SH AVAILABILITY
-Added in 7.15.4 and replaces the old curl_escape() function.
+Added in 7.15.4 and replaces the old \fIcurl_escape(3)\fP function.
.SH RETURN VALUE
A pointer to a zero terminated string or NULL if it failed.
.SH "SEE ALSO"