diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-05 15:52:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-05 15:52:00 +0000 |
commit | 67dcddbef715649f227b8dcbd7fa2203ed335661 (patch) | |
tree | 4afa2d41c3b87ec3ba884b1fa0ba8d87bafd9efc /docs/libcurl/curl_escape.3 | |
parent | 7ffb8c6aeeda1d739fe8ab16bc524740fffe8f36 (diff) |
minor format edits
Diffstat (limited to 'docs/libcurl/curl_escape.3')
-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 395363e64..7e40cc550 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"
-.I curl_unescape(), curl_free(), RFC 2396
+.BR curl_unescape(), curl_free(), RFC 2396
|