"tag" the function referals properly
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Apr 2008 11:27:47 +0000 (11:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Apr 2008 11:27:47 +0000 (11:27 +0000)
docs/libcurl/curl_easy_escape.3
docs/libcurl/curl_easy_unescape.3

index 73c09b4..d9ff622 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___\r
 .\" *                             \___|\___/|_| \_\_____|\r
 .\" *\r
-.\" * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.\r
+.\" * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.\r
 .\" *\r
 .\" * This software is licensed as described in the file COPYING, which\r
 .\" * you should have received as part of this distribution. The terms\r
@@ -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\r
 two-digit hexadecimal number).\r
 \r
-If the \fBlength\fP argument is set to 0 (zero), curl_easy_escape() uses\r
-strlen() on the input \fBurl\fP to find out the size.\r
+If the \fBlength\fP argument is set to 0 (zero), \fIcurl_easy_escape(3)\fP\r
+uses strlen() on the input \fBurl\fP to find out the size.\r
 \r
 You must \fIcurl_free(3)\fP the returned string when you're done with it.\r
 .SH AVAILABILITY\r
-Added in 7.15.4 and replaces the old curl_escape() function.\r
+Added in 7.15.4 and replaces the old \fIcurl_escape(3)\fP function.\r
 .SH RETURN VALUE\r
 A pointer to a zero terminated string or NULL if it failed.\r
 .SH "SEE ALSO"\r
index 8870dae..b3fe5f0 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___\r
 .\" *                             \___|\___/|_| \_\_____|\r
 .\" *\r
-.\" * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al.\r
+.\" * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.\r
 .\" *\r
 .\" * This software is licensed as described in the file COPYING, which\r
 .\" * you should have received as part of this distribution. The terms\r
@@ -36,8 +36,8 @@ and returns that in an allocated memory area. All input characters that are
 URL encoded (%XX where XX is a two-digit hexadecimal number) are converted to\r
 their binary versions.\r
 \r
-If the \fBlength\fP argument is set to 0 (zero), curl_easy_unescape() will use\r
-strlen() on the input \fIurl\fP string to find out the size.\r
+If the \fBlength\fP argument is set to 0 (zero), \fIcurl_easy_unescape(3)\fP\r
+will use strlen() on the input \fIurl\fP string to find out the size.\r
 \r
 If \fBoutlength\fP is non-NULL, the function will write the length of the\r
 returned string in the integer it points to. This allows an escaped string\r
@@ -45,7 +45,7 @@ containing %00 to still get used properly after unescaping.
 \r
 You must \fIcurl_free(3)\fP the returned string when you're done with it.\r
 .SH AVAILABILITY\r
-Added in 7.15.4 and replaces the old curl_unescape() function.\r
+Added in 7.15.4 and replaces the old \fIcurl_unescape(3)\fP function.\r
 .SH RETURN VALUE\r
 A pointer to a zero terminated string or NULL if it failed.\r
 .SH "SEE ALSO"\r