From: Svyatoslav Mishyn Date: Tue, 25 Aug 2015 03:49:01 +0000 (+0300) Subject: curl_easy_{escape,setopt}.3: fix example X-Git-Tag: curl-7_45_0~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37f173cfd01c6bfedd20f534fea7521b9f26099a;p=thirdparty%2Fcurl.git curl_easy_{escape,setopt}.3: fix example remove redundant '}' --- diff --git a/docs/libcurl/curl_easy_escape.3 b/docs/libcurl/curl_easy_escape.3 index 76a116ac5f..a7e50e396e 100644 --- a/docs/libcurl/curl_easy_escape.3 +++ b/docs/libcurl/curl_easy_escape.3 @@ -52,7 +52,7 @@ if(curl) { printf("Encoded: %s\n", output); curl_free(output); } -}} +} .fi .SH "SEE ALSO" .BR curl_easy_unescape "(3), " curl_free "(3), " RFC 3986 diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 9510825d8b..7c72d4bb98 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -529,7 +529,7 @@ if(curl) { curl_easy_setopt(curl, CURLOPT_URL, "http://example.com"); res = curl_easy_perform(curl); curl_easy_cleanup(curl); -}} +} .fi .SH "SEE ALSO" .BR curl_easy_init "(3), " curl_easy_cleanup "(3), " curl_easy_reset "(3), "