curl_easy_{escape,setopt}.3: fix example
remove redundant '}'
This commit is contained in:

committed by
Daniel Stenberg

parent
2132708ac2
commit
37f173cfd0
@@ -52,7 +52,7 @@ if(curl) {
|
|||||||
printf("Encoded: %s\n", output);
|
printf("Encoded: %s\n", output);
|
||||||
curl_free(output);
|
curl_free(output);
|
||||||
}
|
}
|
||||||
}}
|
}
|
||||||
.fi
|
.fi
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR curl_easy_unescape "(3), " curl_free "(3), " RFC 3986
|
.BR curl_easy_unescape "(3), " curl_free "(3), " RFC 3986
|
||||||
|
@@ -529,7 +529,7 @@ if(curl) {
|
|||||||
curl_easy_setopt(curl, CURLOPT_URL, "http://example.com");
|
curl_easy_setopt(curl, CURLOPT_URL, "http://example.com");
|
||||||
res = curl_easy_perform(curl);
|
res = curl_easy_perform(curl);
|
||||||
curl_easy_cleanup(curl);
|
curl_easy_cleanup(curl);
|
||||||
}}
|
}
|
||||||
.fi
|
.fi
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR curl_easy_init "(3), " curl_easy_cleanup "(3), " curl_easy_reset "(3), "
|
.BR curl_easy_init "(3), " curl_easy_cleanup "(3), " curl_easy_reset "(3), "
|
||||||
|
Reference in New Issue
Block a user