summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-04 10:58:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-04 10:58:14 +0000
commit6d9fddb95dbc0a4286e78370738c724732243110 (patch)
tree598894bc9431342f46dd95cbe8363e8ae275a6bf
parent4284190cc417dccd975a5df158384eec1c9cd272 (diff)
downloadgnurl-6d9fddb95dbc0a4286e78370738c724732243110.tar.gz
gnurl-6d9fddb95dbc0a4286e78370738c724732243110.tar.bz2
gnurl-6d9fddb95dbc0a4286e78370738c724732243110.zip
Domenico Andreoli's SEE ALSO patch
-rw-r--r--docs/libcurl/curl_escape.32
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