]> granicus.if.org Git - curl/commitdiff
CURLOPT_SSL_CTX_FUNCTION.3: use .NF for example
authorDaniel Stenberg <daniel@haxx.se>
Sun, 6 Mar 2016 16:20:16 +0000 (17:20 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 6 Mar 2016 16:20:16 +0000 (17:20 +0100)
docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3

index 43e04a772e0af3cc06e75063833d8f75400db0b3..177947bbc7083c507a0c947728b5aa3a8357dfc5 100644 (file)
@@ -59,6 +59,7 @@ NULL
 .SH PROTOCOLS
 All TLS based protocols: HTTPS, FTPS, IMAPS, POP3S, SMTPS etc.
 .SH EXAMPLE
+.nf
 /* OpenSSL specific */
 
 #include <openssl/ssl.h>
@@ -130,7 +131,7 @@ int main(void)
   curl_global_cleanup();
   return rv;
 }
-
+.fi
 .SH AVAILABILITY
 Added in 7.11.0 for OpenSSL. Added in 7.42.0 for wolfSSL/CyaSSL. Other SSL
 backends not supported.