Commit 19195696 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

man pages: fix example syntax errors

follow-up to 5ddad099
parent 5ddad099
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ if(curl) {
  res = curl_easy_perform(curl);

  curl_easy_cleanup(curl);
}
.fi
.SH AVAILABILITY
Added in 7.17.1
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ if(curl) {
  res = curl_easy_perform(curl);

  curl_easy_cleanup(curl);
}
.fi
.SH AVAILABILITY
Added in 7.17.1.
+1 −0
Original line number Diff line number Diff line
@@ -57,6 +57,7 @@ if(curl) {
  res = curl_easy_perform(curl);

  curl_easy_cleanup(curl);
}
.fi
.SH AVAILABILITY
Added in 7.16.0