diff options
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_CRLF.3')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_CRLF.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/opts/CURLOPT_CRLF.3 b/docs/libcurl/opts/CURLOPT_CRLF.3 index 67aa4df53..274f67584 100644 --- a/docs/libcurl/opts/CURLOPT_CRLF.3 +++ b/docs/libcurl/opts/CURLOPT_CRLF.3 @@ -24,9 +24,11 @@ .SH NAME CURLOPT_CRLF \- CRLF conversion .SH SYNOPSIS +.nf #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_CRLF, long conv); +.fi .SH DESCRIPTION Pass a long. If the value is set to 1 (one), libcurl converts Unix newlines to CRLF newlines on transfers. Disable this option again by setting the value to |