man pages: fix example syntax errors

follow-up to 5ddad099b4
This commit is contained in:
Daniel Stenberg 2017-05-15 13:00:48 +02:00
parent 5ddad099b4
commit 1919569633
3 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,7 @@ if(curl) {
res = curl_easy_perform(curl);
curl_easy_cleanup(curl);
}
.fi
.SH AVAILABILITY
Added in 7.17.1

View File

@ -117,6 +117,7 @@ if(curl) {
res = curl_easy_perform(curl);
curl_easy_cleanup(curl);
}
.fi
.SH AVAILABILITY
Added in 7.17.1.

View File

@ -57,6 +57,7 @@ if(curl) {
res = curl_easy_perform(curl);
curl_easy_cleanup(curl);
}
.fi
.SH AVAILABILITY
Added in 7.16.0