]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
man pages: fix example syntax errors
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 May 2017 11:00:48 +0000 (13:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 May 2017 11:01:15 +0000 (13:01 +0200)
follow-up to 5ddad099b42b50

docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3
docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3
docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3

index 68e446d2a3bb77fbbb33f90b1b4b7a02f05bed6a..dadc3651c1c661fcb2d5efc499ae5769b3d285a7 100644 (file)
@@ -71,6 +71,7 @@ if(curl) {
   res = curl_easy_perform(curl);
 
   curl_easy_cleanup(curl);
+}
 .fi
 .SH AVAILABILITY
 Added in 7.17.1
index d57e24a3f7b8f982adf0041fa8922d80d4cd8913..28a0e5752edc53ea1d6c9e720c2375a9deda9b93 100644 (file)
@@ -117,6 +117,7 @@ if(curl) {
   res = curl_easy_perform(curl);
 
   curl_easy_cleanup(curl);
+}
 .fi
 .SH AVAILABILITY
 Added in 7.17.1.
index 975c7eb9692556c0c887edc9eb32eebc322bd1c1..54d9ea05201080fc53a9fc41bdbf1d180da3c890 100644 (file)
@@ -57,6 +57,7 @@ if(curl) {
   res = curl_easy_perform(curl);
 
   curl_easy_cleanup(curl);
+}
 .fi
 .SH AVAILABILITY
 Added in 7.16.0