diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-10-04 10:58:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-10-04 10:58:14 +0000 |
commit | 6d9fddb95dbc0a4286e78370738c724732243110 (patch) | |
tree | 598894bc9431342f46dd95cbe8363e8ae275a6bf | |
parent | 4284190cc417dccd975a5df158384eec1c9cd272 (diff) |
Domenico Andreoli's SEE ALSO patch
-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 c10a87864..66eba1477 100644 --- a/docs/libcurl/curl_escape.3 +++ b/docs/libcurl/curl_escape.3 @@ -23,4 +23,4 @@ You must curl_free() the returned string when you're done with it. .SH RETURN VALUE
A pointer to a zero terminated string or NULL if it failed.
.SH "SEE ALSO"
-.BR curl_unescape(3), curl_free(3), RFC 2396
+.BR curl_unescape "(3), " curl_free "(3), " RFC 2396
|